| 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 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 'browser/policy/policy_error_map.cc', | 1362 'browser/policy/policy_error_map.cc', |
| 1363 'browser/policy/policy_error_map.h', | 1363 'browser/policy/policy_error_map.h', |
| 1364 'browser/policy/policy_load_status.cc', | 1364 'browser/policy/policy_load_status.cc', |
| 1365 'browser/policy/policy_load_status.h', | 1365 'browser/policy/policy_load_status.h', |
| 1366 'browser/policy/policy_loader_mac.cc', | 1366 'browser/policy/policy_loader_mac.cc', |
| 1367 'browser/policy/policy_loader_mac.h', | 1367 'browser/policy/policy_loader_mac.h', |
| 1368 'browser/policy/policy_loader_win.cc', | 1368 'browser/policy/policy_loader_win.cc', |
| 1369 'browser/policy/policy_loader_win.h', | 1369 'browser/policy/policy_loader_win.h', |
| 1370 'browser/policy/policy_map.cc', | 1370 'browser/policy/policy_map.cc', |
| 1371 'browser/policy/policy_map.h', | 1371 'browser/policy/policy_map.h', |
| 1372 'browser/policy/policy_path_parser.h', | |
| 1373 'browser/policy/policy_path_parser_linux.cc', | |
| 1374 'browser/policy/policy_path_parser_mac.mm', | |
| 1375 'browser/policy/policy_path_parser_win.cc', | |
| 1376 'browser/policy/policy_service.cc', | 1372 'browser/policy/policy_service.cc', |
| 1377 'browser/policy/policy_service.h', | 1373 'browser/policy/policy_service.h', |
| 1378 'browser/policy/policy_service_impl.cc', | 1374 'browser/policy/policy_service_impl.cc', |
| 1379 'browser/policy/policy_service_impl.h', | 1375 'browser/policy/policy_service_impl.h', |
| 1380 'browser/policy/policy_service_stub.cc', | 1376 'browser/policy/policy_service_stub.cc', |
| 1381 'browser/policy/policy_service_stub.h', | 1377 'browser/policy/policy_service_stub.h', |
| 1382 'browser/policy/policy_statistics_collector.cc', | 1378 'browser/policy/policy_statistics_collector.cc', |
| 1383 'browser/policy/policy_statistics_collector.h', | 1379 'browser/policy/policy_statistics_collector.h', |
| 1384 'browser/policy/policy_types.h', | 1380 'browser/policy/policy_types.h', |
| 1385 'browser/policy/preferences_mac.cc', | 1381 'browser/policy/preferences_mac.cc', |
| (...skipping 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2259 ], | 2255 ], |
| 2260 'conditions': [ | 2256 'conditions': [ |
| 2261 ['OS != "ios"', { | 2257 ['OS != "ios"', { |
| 2262 'dependencies': [ | 2258 'dependencies': [ |
| 2263 'apps', | 2259 'apps', |
| 2264 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2260 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2265 'browser_extensions', | 2261 'browser_extensions', |
| 2266 'common/extensions/api/api.gyp:api', | 2262 'common/extensions/api/api.gyp:api', |
| 2267 'debugger', | 2263 'debugger', |
| 2268 'installer_util', | 2264 'installer_util', |
| 2265 'policy_path_parser', |
| 2269 'sync_file_system_proto', | 2266 'sync_file_system_proto', |
| 2270 '../cc/cc.gyp:cc', | 2267 '../cc/cc.gyp:cc', |
| 2271 '../components/components.gyp:autofill_browser', | 2268 '../components/components.gyp:autofill_browser', |
| 2272 '../components/components.gyp:navigation_interception', | 2269 '../components/components.gyp:navigation_interception', |
| 2273 '../net/net.gyp:net_with_v8', | 2270 '../net/net.gyp:net_with_v8', |
| 2274 '../printing/printing.gyp:printing', | 2271 '../printing/printing.gyp:printing', |
| 2275 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2272 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2276 '../third_party/expat/expat.gyp:expat', | 2273 '../third_party/expat/expat.gyp:expat', |
| 2277 '../third_party/hunspell/hunspell.gyp:hunspell', | 2274 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2278 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2275 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2874 'sources/': [ | 2871 'sources/': [ |
| 2875 # Exclude all of rlz. | 2872 # Exclude all of rlz. |
| 2876 ['exclude', '^browser/rlz/'], | 2873 ['exclude', '^browser/rlz/'], |
| 2877 ], | 2874 ], |
| 2878 }], | 2875 }], |
| 2879 ['OS=="win"', { | 2876 ['OS=="win"', { |
| 2880 'include_dirs': [ | 2877 'include_dirs': [ |
| 2881 '<(DEPTH)/third_party/wtl/include', | 2878 '<(DEPTH)/third_party/wtl/include', |
| 2882 ], | 2879 ], |
| 2883 'dependencies': [ | 2880 'dependencies': [ |
| 2881 'chrome_process_finder', |
| 2884 'installer_util_strings', | 2882 'installer_util_strings', |
| 2885 '../google_update/google_update.gyp:google_update', | 2883 '../google_update/google_update.gyp:google_update', |
| 2886 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 2884 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 2887 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2885 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 2888 '../ui/views/controls/webview/webview.gyp:webview', | 2886 '../ui/views/controls/webview/webview.gyp:webview', |
| 2889 '../ui/views/views.gyp:views', | 2887 '../ui/views/views.gyp:views', |
| 2890 '../win8/win8.gyp:win8_util', | 2888 '../win8/win8.gyp:win8_util', |
| 2891 ], | 2889 ], |
| 2892 'export_dependent_settings': [ | 2890 'export_dependent_settings': [ |
| 2893 '../ui/views/controls/webview/webview.gyp:webview', | 2891 '../ui/views/controls/webview/webview.gyp:webview', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3170 ], | 3168 ], |
| 3171 'variables': { | 3169 'variables': { |
| 3172 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3170 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3173 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3171 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3174 }, | 3172 }, |
| 3175 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3173 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3176 }, | 3174 }, |
| 3177 ], | 3175 ], |
| 3178 }, | 3176 }, |
| 3179 ], | 3177 ], |
| 3178 ['OS=="win"', { |
| 3179 'includes': [ |
| 3180 'chrome_process_finder.gypi', |
| 3181 ], |
| 3182 }, |
| 3183 ], |
| 3180 ], | 3184 ], |
| 3181 } | 3185 } |
| OLD | NEW |