| 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 2378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2389 'browser/search_engines/template_url_fetcher_factory.h', | 2389 'browser/search_engines/template_url_fetcher_factory.h', |
| 2390 'browser/search_engines/template_url_service_android.cc', | 2390 'browser/search_engines/template_url_service_android.cc', |
| 2391 'browser/search_engines/template_url_service_android.h', | 2391 'browser/search_engines/template_url_service_android.h', |
| 2392 'browser/search_engines/template_url_service_factory.cc', | 2392 'browser/search_engines/template_url_service_factory.cc', |
| 2393 'browser/search_engines/template_url_service_factory.h', | 2393 'browser/search_engines/template_url_service_factory.h', |
| 2394 'browser/search_engines/ui_thread_search_terms_data.cc', | 2394 'browser/search_engines/ui_thread_search_terms_data.cc', |
| 2395 'browser/search_engines/ui_thread_search_terms_data.h', | 2395 'browser/search_engines/ui_thread_search_terms_data.h', |
| 2396 'browser/search_engines/ui_thread_search_terms_data_android.cc', | 2396 'browser/search_engines/ui_thread_search_terms_data_android.cc', |
| 2397 'browser/search_engines/ui_thread_search_terms_data_android.h', | 2397 'browser/search_engines/ui_thread_search_terms_data_android.h', |
| 2398 ], | 2398 ], |
| 2399 'chrome_browser_media_router_sources': [ |
| 2400 'browser/media/router/common.h', |
| 2401 'browser/media/router/media_cast_mode.cc', |
| 2402 'browser/media/router/media_cast_mode.h', |
| 2403 'browser/media/router/media_controller.cc', |
| 2404 'browser/media/router/media_controller.h', |
| 2405 'browser/media/router/media_controller_impl.cc', |
| 2406 'browser/media/router/media_controller_impl.h', |
| 2407 'browser/media/router/media_route.cc', |
| 2408 'browser/media/router/media_route.h', |
| 2409 'browser/media/router/media_route_id.h', |
| 2410 'browser/media/router/media_sink.cc', |
| 2411 'browser/media/router/media_sink.h', |
| 2412 'browser/media/router/media_source.cc', |
| 2413 'browser/media/router/media_source.h', |
| 2414 ], |
| 2399 'chrome_browser_service_discovery_sources': [ | 2415 'chrome_browser_service_discovery_sources': [ |
| 2400 'browser/local_discovery/cloud_device_list.cc', | 2416 'browser/local_discovery/cloud_device_list.cc', |
| 2401 'browser/local_discovery/cloud_device_list.h', | 2417 'browser/local_discovery/cloud_device_list.h', |
| 2402 'browser/local_discovery/cloud_device_list_delegate.cc', | 2418 'browser/local_discovery/cloud_device_list_delegate.cc', |
| 2403 'browser/local_discovery/cloud_device_list_delegate.h', | 2419 'browser/local_discovery/cloud_device_list_delegate.h', |
| 2404 'browser/local_discovery/cloud_print_printer_list.cc', | 2420 'browser/local_discovery/cloud_print_printer_list.cc', |
| 2405 'browser/local_discovery/cloud_print_printer_list.h', | 2421 'browser/local_discovery/cloud_print_printer_list.h', |
| 2406 'browser/local_discovery/device_description.cc', | 2422 'browser/local_discovery/device_description.cc', |
| 2407 'browser/local_discovery/device_description.h', | 2423 'browser/local_discovery/device_description.h', |
| 2408 'browser/local_discovery/gcd_api_flow.cc', | 2424 'browser/local_discovery/gcd_api_flow.cc', |
| (...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3143 ['use_aura==0 or OS=="win"', { | 3159 ['use_aura==0 or OS=="win"', { |
| 3144 'sources!': [ | 3160 'sources!': [ |
| 3145 'browser/background/background_mode_manager_aura.cc', | 3161 'browser/background/background_mode_manager_aura.cc', |
| 3146 ], | 3162 ], |
| 3147 }], | 3163 }], |
| 3148 ], | 3164 ], |
| 3149 }], | 3165 }], |
| 3150 ['enable_task_manager==1', { | 3166 ['enable_task_manager==1', { |
| 3151 'sources': [ '<@(chrome_browser_task_manager_sources)' ], | 3167 'sources': [ '<@(chrome_browser_task_manager_sources)' ], |
| 3152 }], | 3168 }], |
| 3169 ['enable_media_router==1', { |
| 3170 'sources': [ '<@(chrome_browser_media_router_sources)' ], |
| 3171 }], |
| 3153 ['enable_spellcheck==1', { | 3172 ['enable_spellcheck==1', { |
| 3154 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], | 3173 'sources': [ '<@(chrome_browser_spellchecker_sources)' ], |
| 3155 'dependencies': [ | 3174 'dependencies': [ |
| 3156 '../third_party/hunspell/hunspell.gyp:hunspell', | 3175 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 3157 ], | 3176 ], |
| 3158 }], | 3177 }], |
| 3159 ['disable_nacl==0', { | 3178 ['disable_nacl==0', { |
| 3160 'sources': [ '<@(chrome_browser_nacl_sources)' ], | 3179 'sources': [ '<@(chrome_browser_nacl_sources)' ], |
| 3161 'dependencies': [ | 3180 'dependencies': [ |
| 3162 '../components/nacl.gyp:nacl_browser', | 3181 '../components/nacl.gyp:nacl_browser', |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3700 'variables': { | 3719 'variables': { |
| 3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3720 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3721 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3703 }, | 3722 }, |
| 3704 'includes': [ '../build/protoc.gypi' ] | 3723 'includes': [ '../build/protoc.gypi' ] |
| 3705 }, | 3724 }, |
| 3706 ], | 3725 ], |
| 3707 },], | 3726 },], |
| 3708 ], | 3727 ], |
| 3709 } | 3728 } |
| OLD | NEW |