Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2986 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 'browser_app_shim', 2997 'browser_app_shim',
2998 ], 2998 ],
2999 'sources': [ '<@(chrome_browser_mac_sources)' ] 2999 'sources': [ '<@(chrome_browser_mac_sources)' ]
3000 }], 3000 }],
3001 ['chromeos==1 or OS=="ios"', { 3001 ['chromeos==1 or OS=="ios"', {
3002 'sources!': [ 3002 'sources!': [
3003 'browser/metrics/signin_status_metrics_provider.cc', 3003 'browser/metrics/signin_status_metrics_provider.cc',
3004 'browser/metrics/signin_status_metrics_provider.h', 3004 'browser/metrics/signin_status_metrics_provider.h',
3005 ], 3005 ],
3006 }], 3006 }],
3007 ['toolkit_views==1', {
3008 'dependencies': [
3009 '../components/components.gyp:native_app_window',
3010 ],
3011 }],
3012 ['enable_extensions==1', { 3007 ['enable_extensions==1', {
3013 'dependencies': [ 3008 'dependencies': [
3014 'browser_extensions', 3009 'browser_extensions',
3015 'browser/extensions/api/api_registration.gyp:chrome_api_registration ', 3010 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
3016 'common/extensions/api/api.gyp:chrome_api', 3011 'common/extensions/api/api.gyp:chrome_api',
3017 'sync_file_system_drive_proto', 3012 'sync_file_system_drive_proto',
3018 ], 3013 ],
3019 'sources': [ '<@(chrome_browser_extensions_sources)' ], 3014 'sources': [ '<@(chrome_browser_extensions_sources)' ],
3020 }], 3015 }],
3021 ['enable_background==1', { 3016 ['enable_background==1', {
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
3585 'variables': { 3580 'variables': {
3586 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3588 }, 3583 },
3589 'includes': [ '../build/protoc.gypi' ] 3584 'includes': [ '../build/protoc.gypi' ]
3590 }, 3585 },
3591 ], 3586 ],
3592 },], 3587 },],
3593 ], 3588 ],
3594 } 3589 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/apps/shaped_app_window_targeter_unittest.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698