Chromium Code Reviews| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1788 'browser/search_engines/template_url_service_android.cc', | 1788 'browser/search_engines/template_url_service_android.cc', |
| 1789 'browser/search_engines/template_url_service_android.h', | 1789 'browser/search_engines/template_url_service_android.h', |
| 1790 'browser/search_engines/template_url_service_factory.cc', | 1790 'browser/search_engines/template_url_service_factory.cc', |
| 1791 'browser/search_engines/template_url_service_factory.h', | 1791 'browser/search_engines/template_url_service_factory.h', |
| 1792 'browser/search_engines/template_url_service_observer.h', | 1792 'browser/search_engines/template_url_service_observer.h', |
| 1793 'browser/search_engines/util.cc', | 1793 'browser/search_engines/util.cc', |
| 1794 'browser/search_engines/util.h', | 1794 'browser/search_engines/util.h', |
| 1795 'browser/service/service_process_control.cc', | 1795 'browser/service/service_process_control.cc', |
| 1796 'browser/service/service_process_control_mac.mm', | 1796 'browser/service/service_process_control_mac.mm', |
| 1797 'browser/service/service_process_control.h', | 1797 'browser/service/service_process_control.h', |
| 1798 'browser/local_discovery/service_discovery_client.cc', | |
| 1799 'browser/local_discovery/service_discovery_client.h', | |
| 1800 'browser/local_discovery/service_discovery_client_impl.cc', | |
| 1801 'browser/local_discovery/service_discovery_client_impl.h', | |
| 1798 'browser/sessions/base_session_service.cc', | 1802 'browser/sessions/base_session_service.cc', |
| 1799 'browser/sessions/base_session_service.h', | 1803 'browser/sessions/base_session_service.h', |
| 1800 'browser/sessions/persistent_tab_restore_service.cc', | 1804 'browser/sessions/persistent_tab_restore_service.cc', |
| 1801 'browser/sessions/persistent_tab_restore_service.h', | 1805 'browser/sessions/persistent_tab_restore_service.h', |
| 1802 'browser/sessions/session_backend.cc', | 1806 'browser/sessions/session_backend.cc', |
| 1803 'browser/sessions/session_backend.h', | 1807 'browser/sessions/session_backend.h', |
| 1804 'browser/sessions/session_command.cc', | 1808 'browser/sessions/session_command.cc', |
| 1805 'browser/sessions/session_command.h', | 1809 'browser/sessions/session_command.h', |
| 1806 'browser/sessions/session_id.cc', | 1810 'browser/sessions/session_id.cc', |
| 1807 'browser/sessions/session_id.h', | 1811 'browser/sessions/session_id.h', |
| (...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3116 ] | 3120 ] |
| 3117 }], | 3121 }], |
| 3118 ['enable_webrtc==0', { | 3122 ['enable_webrtc==0', { |
| 3119 'sources!': [ | 3123 'sources!': [ |
| 3120 'browser/media/webrtc_log_uploader.cc', | 3124 'browser/media/webrtc_log_uploader.cc', |
| 3121 'browser/media/webrtc_log_uploader.h', | 3125 'browser/media/webrtc_log_uploader.h', |
| 3122 'browser/media/webrtc_logging_handler_host.cc', | 3126 'browser/media/webrtc_logging_handler_host.cc', |
| 3123 'browser/media/webrtc_logging_handler_host.h', | 3127 'browser/media/webrtc_logging_handler_host.h', |
| 3124 ] | 3128 ] |
| 3125 }], | 3129 }], |
| 3130 ['enable_service_discovery != 1', { | |
| 3131 'sources!': [ | |
| 3132 'browser/local_discovery/service_discovery_client.cc', | |
|
Vitaly Buka (NO REVIEWS)
2013/06/15 00:22:30
Why do you need this? we have run time flag
Noam Samuel
2013/06/18 22:46:03
Changed to enable_mdns (since we depend on enable_
| |
| 3133 'browser/local_discovery/service_discovery_client.h', | |
| 3134 'browser/local_discovery/service_discovery_client_impl.cc', | |
| 3135 'browser/local_discovery/service_discovery_client_impl.h', | |
| 3136 ] | |
| 3137 }], | |
| 3126 ], | 3138 ], |
| 3127 'target_conditions': [ | 3139 'target_conditions': [ |
| 3128 # Need 'target_conditions' to override default filename_rules to include | 3140 # Need 'target_conditions' to override default filename_rules to include |
| 3129 # the files on Android. | 3141 # the files on Android. |
| 3130 ['OS=="android"', { | 3142 ['OS=="android"', { |
| 3131 'sources/': [ | 3143 'sources/': [ |
| 3132 ['include', '^app/breakpad_linux\\.cc$'], | 3144 ['include', '^app/breakpad_linux\\.cc$'], |
| 3133 ['include', '^browser/crash_handler_host_linux\\.cc$'], | 3145 ['include', '^browser/crash_handler_host_linux\\.cc$'], |
| 3134 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], | 3146 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], |
| 3135 ], | 3147 ], |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3303 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3315 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3304 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3316 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
| 3305 }, | 3317 }, |
| 3306 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3318 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3307 }, | 3319 }, |
| 3308 ], | 3320 ], |
| 3309 }, | 3321 }, |
| 3310 ], | 3322 ], |
| 3311 ], | 3323 ], |
| 3312 } | 3324 } |
| OLD | NEW |