OLD | NEW |
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 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2341 'browser/supervised_user/supervised_user_shared_settings_update.h', | 2341 'browser/supervised_user/supervised_user_shared_settings_update.h', |
2342 'browser/supervised_user/supervised_user_site_list.cc', | 2342 'browser/supervised_user/supervised_user_site_list.cc', |
2343 'browser/supervised_user/supervised_user_site_list.h', | 2343 'browser/supervised_user/supervised_user_site_list.h', |
2344 'browser/supervised_user/supervised_user_sync_data_type_controller.cc', | 2344 'browser/supervised_user/supervised_user_sync_data_type_controller.cc', |
2345 'browser/supervised_user/supervised_user_sync_data_type_controller.h', | 2345 'browser/supervised_user/supervised_user_sync_data_type_controller.h', |
2346 'browser/supervised_user/supervised_user_sync_service.cc', | 2346 'browser/supervised_user/supervised_user_sync_service.cc', |
2347 'browser/supervised_user/supervised_user_sync_service.h', | 2347 'browser/supervised_user/supervised_user_sync_service.h', |
2348 'browser/supervised_user/supervised_user_sync_service_factory.cc', | 2348 'browser/supervised_user/supervised_user_sync_service_factory.cc', |
2349 'browser/supervised_user/supervised_user_sync_service_factory.h', | 2349 'browser/supervised_user/supervised_user_sync_service_factory.h', |
2350 'browser/supervised_user/supervised_user_sync_service_observer.h', | 2350 'browser/supervised_user/supervised_user_sync_service_observer.h', |
2351 'browser/supervised_user/supervised_user_theme.cc', | |
2352 'browser/supervised_user/supervised_user_theme.h', | |
2353 'browser/supervised_user/supervised_user_url_filter.cc', | 2351 'browser/supervised_user/supervised_user_url_filter.cc', |
2354 'browser/supervised_user/supervised_user_url_filter.h', | 2352 'browser/supervised_user/supervised_user_url_filter.h', |
2355 'browser/supervised_user/supervised_users.h', | 2353 'browser/supervised_user/supervised_users.h', |
2356 ], | 2354 ], |
| 2355 'chrome_browser_supervised_user_and_themes_sources': [ |
| 2356 'browser/supervised_user/supervised_user_theme.cc', |
| 2357 'browser/supervised_user/supervised_user_theme.h', |
| 2358 ], |
2357 'chrome_browser_undo_sources': [ | 2359 'chrome_browser_undo_sources': [ |
2358 'browser/undo/bookmark_undo_service.cc', | 2360 'browser/undo/bookmark_undo_service.cc', |
2359 'browser/undo/bookmark_undo_service_factory.cc', | 2361 'browser/undo/bookmark_undo_service_factory.cc', |
2360 'browser/undo/bookmark_undo_service_factory.h', | 2362 'browser/undo/bookmark_undo_service_factory.h', |
2361 'browser/undo/bookmark_undo_service.h', | 2363 'browser/undo/bookmark_undo_service.h', |
2362 'browser/undo/bookmark_undo_utils.cc', | 2364 'browser/undo/bookmark_undo_utils.cc', |
2363 'browser/undo/bookmark_undo_utils.h', | 2365 'browser/undo/bookmark_undo_utils.h', |
2364 'browser/undo/undo_manager.cc', | 2366 'browser/undo/undo_manager.cc', |
2365 'browser/undo/undo_manager.h', | 2367 'browser/undo/undo_manager.h', |
2366 ], | 2368 ], |
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3421 'sources': [ '<@(chrome_browser_plugin_installation_sources)' ], | 3423 'sources': [ '<@(chrome_browser_plugin_installation_sources)' ], |
3422 }], | 3424 }], |
3423 ['enable_app_list==1', { | 3425 ['enable_app_list==1', { |
3424 'dependencies': [ | 3426 'dependencies': [ |
3425 '../ui/app_list/app_list.gyp:app_list', | 3427 '../ui/app_list/app_list.gyp:app_list', |
3426 ] | 3428 ] |
3427 }], | 3429 }], |
3428 ['enable_managed_users==1', { | 3430 ['enable_managed_users==1', { |
3429 'sources': [ '<@(chrome_browser_supervised_user_sources)' ], | 3431 'sources': [ '<@(chrome_browser_supervised_user_sources)' ], |
3430 }], | 3432 }], |
| 3433 ['enable_managed_users==1 and enable_themes==1', { |
| 3434 'sources': [ '<@(chrome_browser_supervised_user_and_themes_sources)' ]
, |
| 3435 }], |
3431 ['enable_webrtc==1', { | 3436 ['enable_webrtc==1', { |
3432 'sources': [ '<@(chrome_browser_webrtc_sources)' ] | 3437 'sources': [ '<@(chrome_browser_webrtc_sources)' ] |
3433 }], | 3438 }], |
3434 ['enable_service_discovery==1', { | 3439 ['enable_service_discovery==1', { |
3435 'sources': [ '<@(chrome_browser_service_discovery_sources)' ] | 3440 'sources': [ '<@(chrome_browser_service_discovery_sources)' ] |
3436 }], | 3441 }], |
3437 ['enable_mdns==1', { | 3442 ['enable_mdns==1', { |
3438 'sources' : [ '<@(chrome_browser_mdns_sources)' ] | 3443 'sources' : [ '<@(chrome_browser_mdns_sources)' ] |
3439 }], | 3444 }], |
3440 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { | 3445 ['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', { |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3632 'variables': { | 3637 'variables': { |
3633 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3638 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3634 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3639 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3635 }, | 3640 }, |
3636 'includes': [ '../build/protoc.gypi' ] | 3641 'includes': [ '../build/protoc.gypi' ] |
3637 }, | 3642 }, |
3638 ], | 3643 ], |
3639 },], | 3644 },], |
3640 ], | 3645 ], |
3641 } | 3646 } |
OLD | NEW |