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 2570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2581 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2581 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2582 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2582 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
2583 ], | 2583 ], |
2584 'conditions': [ | 2584 'conditions': [ |
2585 ['OS != "ios"', { | 2585 ['OS != "ios"', { |
2586 'dependencies': [ | 2586 'dependencies': [ |
2587 'apps', | 2587 'apps', |
2588 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2588 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2589 'browser_extensions', | 2589 'browser_extensions', |
2590 'common/extensions/api/api.gyp:api', | 2590 'common/extensions/api/api.gyp:api', |
2591 'common/extensions/api/api.gyp:features', | |
2592 'debugger', | 2591 'debugger', |
2593 'installer_util', | 2592 'installer_util', |
2594 'sync_file_system_drive_proto', | 2593 'sync_file_system_drive_proto', |
2595 'sync_file_system_proto', | 2594 'sync_file_system_proto', |
2596 '../cc/cc.gyp:cc', | 2595 '../cc/cc.gyp:cc', |
2597 '../components/components.gyp:autofill_content_browser', | 2596 '../components/components.gyp:autofill_content_browser', |
2598 '../components/components.gyp:navigation_interception', | 2597 '../components/components.gyp:navigation_interception', |
2599 '../media/media.gyp:media', | 2598 '../media/media.gyp:media', |
2600 '../net/net.gyp:net_with_v8', | 2599 '../net/net.gyp:net_with_v8', |
2601 '../printing/printing.gyp:printing', | 2600 '../printing/printing.gyp:printing', |
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3675 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3674 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3676 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3675 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3677 }, | 3676 }, |
3678 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3677 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3679 }, | 3678 }, |
3680 ], | 3679 ], |
3681 }, | 3680 }, |
3682 ], | 3681 ], |
3683 ], | 3682 ], |
3684 } | 3683 } |
OLD | NEW |