| 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': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'browser_real', ], | 10 'dependencies': [ 'browser_real', ], |
| (...skipping 2604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2615 '<(grit_out_dir)/grit/component_extension_resources_map.cc', | 2615 '<(grit_out_dir)/grit/component_extension_resources_map.cc', |
| 2616 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2616 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2617 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', | 2617 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', |
| 2618 ], | 2618 ], |
| 2619 'conditions': [ | 2619 'conditions': [ |
| 2620 ['OS != "ios"', { | 2620 ['OS != "ios"', { |
| 2621 'dependencies': [ | 2621 'dependencies': [ |
| 2622 'apps', | 2622 'apps', |
| 2623 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2623 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2624 'browser_extensions', | 2624 'browser_extensions', |
| 2625 'common/extensions/api/api.gyp:api', | 2625 'common/extensions/api/api.gyp:chrome_api', |
| 2626 'debugger', | 2626 'debugger', |
| 2627 'installer_util', | 2627 'installer_util', |
| 2628 'sync_file_system_drive_proto', | 2628 'sync_file_system_drive_proto', |
| 2629 'sync_file_system_proto', | 2629 'sync_file_system_proto', |
| 2630 '../third_party/re2/re2.gyp:re2', | 2630 '../third_party/re2/re2.gyp:re2', |
| 2631 '../cc/cc.gyp:cc', | 2631 '../cc/cc.gyp:cc', |
| 2632 '../components/components.gyp:autofill_content_browser', | 2632 '../components/components.gyp:autofill_content_browser', |
| 2633 '../components/components.gyp:browser_context_keyed_service', | 2633 '../components/components.gyp:browser_context_keyed_service', |
| 2634 '../components/components.gyp:dom_distiller_content', | 2634 '../components/components.gyp:dom_distiller_content', |
| 2635 '../components/components.gyp:navigation_interception', | 2635 '../components/components.gyp:navigation_interception', |
| (...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3798 'package_name': 'org/chromium/chrome/browser', | 3798 'package_name': 'org/chromium/chrome/browser', |
| 3799 'template_deps': ['browser/android/tab_load_status.h'], | 3799 'template_deps': ['browser/android/tab_load_status.h'], |
| 3800 }, | 3800 }, |
| 3801 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3801 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3802 }, | 3802 }, |
| 3803 ], | 3803 ], |
| 3804 }, | 3804 }, |
| 3805 ], | 3805 ], |
| 3806 ], | 3806 ], |
| 3807 } | 3807 } |
| OLD | NEW |