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 2498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2509 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2509 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2510 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2510 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
2511 ], | 2511 ], |
2512 'conditions': [ | 2512 'conditions': [ |
2513 ['OS != "ios"', { | 2513 ['OS != "ios"', { |
2514 'dependencies': [ | 2514 'dependencies': [ |
2515 'apps', | 2515 'apps', |
2516 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2516 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2517 'browser_extensions', | 2517 'browser_extensions', |
2518 'common/extensions/api/api.gyp:api', | 2518 'common/extensions/api/api.gyp:api', |
| 2519 'common/extensions/api/feature.gyp:feature', |
2519 'debugger', | 2520 'debugger', |
2520 'installer_util', | 2521 'installer_util', |
2521 'sync_file_system_drive_proto', | 2522 'sync_file_system_drive_proto', |
2522 'sync_file_system_proto', | 2523 'sync_file_system_proto', |
2523 '../cc/cc.gyp:cc', | 2524 '../cc/cc.gyp:cc', |
2524 '../components/components.gyp:autofill_content_browser', | 2525 '../components/components.gyp:autofill_content_browser', |
2525 '../components/components.gyp:navigation_interception', | 2526 '../components/components.gyp:navigation_interception', |
2526 '../media/media.gyp:media', | 2527 '../media/media.gyp:media', |
2527 '../net/net.gyp:net_with_v8', | 2528 '../net/net.gyp:net_with_v8', |
2528 '../printing/printing.gyp:printing', | 2529 '../printing/printing.gyp:printing', |
(...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3581 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3582 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3582 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3583 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3583 }, | 3584 }, |
3584 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3585 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3585 }, | 3586 }, |
3586 ], | 3587 ], |
3587 }, | 3588 }, |
3588 ], | 3589 ], |
3589 ], | 3590 ], |
3590 } | 3591 } |
OLD | NEW |