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 2514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2525 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2525 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2526 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2526 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
2527 ], | 2527 ], |
2528 'conditions': [ | 2528 'conditions': [ |
2529 ['OS != "ios"', { | 2529 ['OS != "ios"', { |
2530 'dependencies': [ | 2530 'dependencies': [ |
2531 'apps', | 2531 'apps', |
2532 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2532 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2533 'browser_extensions', | 2533 'browser_extensions', |
2534 'common/extensions/api/api.gyp:api', | 2534 'common/extensions/api/api.gyp:api', |
| 2535 'common/extensions/api/api.gyp:feature', |
2535 'debugger', | 2536 'debugger', |
2536 'installer_util', | 2537 'installer_util', |
2537 'sync_file_system_drive_proto', | 2538 'sync_file_system_drive_proto', |
2538 'sync_file_system_proto', | 2539 'sync_file_system_proto', |
2539 '../cc/cc.gyp:cc', | 2540 '../cc/cc.gyp:cc', |
2540 '../components/components.gyp:autofill_content_browser', | 2541 '../components/components.gyp:autofill_content_browser', |
2541 '../components/components.gyp:navigation_interception', | 2542 '../components/components.gyp:navigation_interception', |
2542 '../media/media.gyp:media', | 2543 '../media/media.gyp:media', |
2543 '../net/net.gyp:net_with_v8', | 2544 '../net/net.gyp:net_with_v8', |
2544 '../printing/printing.gyp:printing', | 2545 '../printing/printing.gyp:printing', |
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3598 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3599 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3599 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3600 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3600 }, | 3601 }, |
3601 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3602 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3602 }, | 3603 }, |
3603 ], | 3604 ], |
3604 }, | 3605 }, |
3605 ], | 3606 ], |
3606 ], | 3607 ], |
3607 } | 3608 } |
OLD | NEW |