| 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 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1349 'browser/policy/policy_error_map.cc', | 1349 'browser/policy/policy_error_map.cc', |
| 1350 'browser/policy/policy_error_map.h', | 1350 'browser/policy/policy_error_map.h', |
| 1351 'browser/policy/policy_load_status.cc', | 1351 'browser/policy/policy_load_status.cc', |
| 1352 'browser/policy/policy_load_status.h', | 1352 'browser/policy/policy_load_status.h', |
| 1353 'browser/policy/policy_loader_mac.cc', | 1353 'browser/policy/policy_loader_mac.cc', |
| 1354 'browser/policy/policy_loader_mac.h', | 1354 'browser/policy/policy_loader_mac.h', |
| 1355 'browser/policy/policy_loader_win.cc', | 1355 'browser/policy/policy_loader_win.cc', |
| 1356 'browser/policy/policy_loader_win.h', | 1356 'browser/policy/policy_loader_win.h', |
| 1357 'browser/policy/policy_map.cc', | 1357 'browser/policy/policy_map.cc', |
| 1358 'browser/policy/policy_map.h', | 1358 'browser/policy/policy_map.h', |
| 1359 'browser/policy/policy_path_parser.h', | |
| 1360 'browser/policy/policy_path_parser_linux.cc', | |
| 1361 'browser/policy/policy_path_parser_mac.mm', | |
| 1362 'browser/policy/policy_path_parser_win.cc', | |
| 1363 'browser/policy/policy_service.cc', | 1359 'browser/policy/policy_service.cc', |
| 1364 'browser/policy/policy_service.h', | 1360 'browser/policy/policy_service.h', |
| 1365 'browser/policy/policy_service_impl.cc', | 1361 'browser/policy/policy_service_impl.cc', |
| 1366 'browser/policy/policy_service_impl.h', | 1362 'browser/policy/policy_service_impl.h', |
| 1367 'browser/policy/policy_service_stub.cc', | 1363 'browser/policy/policy_service_stub.cc', |
| 1368 'browser/policy/policy_service_stub.h', | 1364 'browser/policy/policy_service_stub.h', |
| 1369 'browser/policy/policy_statistics_collector.cc', | 1365 'browser/policy/policy_statistics_collector.cc', |
| 1370 'browser/policy/policy_statistics_collector.h', | 1366 'browser/policy/policy_statistics_collector.h', |
| 1371 'browser/policy/policy_types.h', | 1367 'browser/policy/policy_types.h', |
| 1372 'browser/policy/preferences_mac.cc', | 1368 'browser/policy/preferences_mac.cc', |
| (...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2247 ], | 2243 ], |
| 2248 'conditions': [ | 2244 'conditions': [ |
| 2249 ['OS != "ios"', { | 2245 ['OS != "ios"', { |
| 2250 'dependencies': [ | 2246 'dependencies': [ |
| 2251 'apps', | 2247 'apps', |
| 2252 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2248 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2253 'browser_extensions', | 2249 'browser_extensions', |
| 2254 'common/extensions/api/api.gyp:api', | 2250 'common/extensions/api/api.gyp:api', |
| 2255 'debugger', | 2251 'debugger', |
| 2256 'installer_util', | 2252 'installer_util', |
| 2253 'policy_path_parser', |
| 2257 'sync_file_system_proto', | 2254 'sync_file_system_proto', |
| 2258 '../cc/cc.gyp:cc', | 2255 '../cc/cc.gyp:cc', |
| 2259 '../components/components.gyp:autofill_browser', | 2256 '../components/components.gyp:autofill_browser', |
| 2260 '../components/components.gyp:navigation_interception', | 2257 '../components/components.gyp:navigation_interception', |
| 2261 '../net/net.gyp:net_with_v8', | 2258 '../net/net.gyp:net_with_v8', |
| 2262 '../printing/printing.gyp:printing', | 2259 '../printing/printing.gyp:printing', |
| 2263 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2260 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2264 '../third_party/expat/expat.gyp:expat', | 2261 '../third_party/expat/expat.gyp:expat', |
| 2265 '../third_party/hunspell/hunspell.gyp:hunspell', | 2262 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2266 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2263 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2858 'sources/': [ | 2855 'sources/': [ |
| 2859 # Exclude all of rlz. | 2856 # Exclude all of rlz. |
| 2860 ['exclude', '^browser/rlz/'], | 2857 ['exclude', '^browser/rlz/'], |
| 2861 ], | 2858 ], |
| 2862 }], | 2859 }], |
| 2863 ['OS=="win"', { | 2860 ['OS=="win"', { |
| 2864 'include_dirs': [ | 2861 'include_dirs': [ |
| 2865 '<(DEPTH)/third_party/wtl/include', | 2862 '<(DEPTH)/third_party/wtl/include', |
| 2866 ], | 2863 ], |
| 2867 'dependencies': [ | 2864 'dependencies': [ |
| 2865 'chrome_process_finder', |
| 2868 'installer_util_strings', | 2866 'installer_util_strings', |
| 2869 '../google_update/google_update.gyp:google_update', | 2867 '../google_update/google_update.gyp:google_update', |
| 2870 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2868 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2871 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2869 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2872 '../ui/views/controls/webview/webview.gyp:webview', | 2870 '../ui/views/controls/webview/webview.gyp:webview', |
| 2873 '../ui/views/views.gyp:views', | 2871 '../ui/views/views.gyp:views', |
| 2874 '../win8/win8.gyp:win8_util', | 2872 '../win8/win8.gyp:win8_util', |
| 2875 ], | 2873 ], |
| 2876 'export_dependent_settings': [ | 2874 'export_dependent_settings': [ |
| 2877 '../ui/views/controls/webview/webview.gyp:webview', | 2875 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3154 ], | 3152 ], |
| 3155 'variables': { | 3153 'variables': { |
| 3156 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3154 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3157 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3155 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3158 }, | 3156 }, |
| 3159 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3157 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3160 }, | 3158 }, |
| 3161 ], | 3159 ], |
| 3162 }, | 3160 }, |
| 3163 ], | 3161 ], |
| 3162 ['OS=="win"', { |
| 3163 'includes': [ |
| 3164 'chrome_process_finder.gypi', |
| 3165 ], |
| 3166 }, |
| 3167 ], |
| 3164 ], | 3168 ], |
| 3165 } | 3169 } |
| OLD | NEW |