| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 75 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 76 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 76 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 77 '../third_party/icu/icu.gyp:icui18n', | 77 '../third_party/icu/icu.gyp:icui18n', |
| 78 '../third_party/icu/icu.gyp:icuuc', | 78 '../third_party/icu/icu.gyp:icuuc', |
| 79 '../third_party/libjingle/libjingle.gyp:libjingle', | 79 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 80 '../third_party/libxml/libxml.gyp:libxml', | 80 '../third_party/libxml/libxml.gyp:libxml', |
| 81 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 81 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 82 '../third_party/zlib/google/zip.gyp:zip', | 82 '../third_party/zlib/google/zip.gyp:zip', |
| 83 '../third_party/zlib/zlib.gyp:minizip', | 83 '../third_party/zlib/zlib.gyp:minizip', |
| 84 '../third_party/zlib/zlib.gyp:zlib', | 84 '../third_party/zlib/zlib.gyp:zlib', |
| 85 '../ui/base/strings/ui_strings.gyp:ui_strings', | |
| 86 '../ui/base/ui_base.gyp:ui_base', | 85 '../ui/base/ui_base.gyp:ui_base', |
| 87 '../ui/events/events.gyp:events_base', | 86 '../ui/events/events.gyp:events_base', |
| 88 '../ui/gfx/gfx.gyp:gfx', | 87 '../ui/gfx/gfx.gyp:gfx', |
| 89 '../ui/gfx/gfx.gyp:gfx_geometry', | 88 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 90 '../ui/message_center/message_center.gyp:message_center', | 89 '../ui/message_center/message_center.gyp:message_center', |
| 91 '../ui/resources/ui_resources.gyp:ui_resources', | 90 '../ui/resources/ui_resources.gyp:ui_resources', |
| 92 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 91 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 92 '../ui/strings/ui_strings.gyp:ui_strings', |
| 93 ], | 93 ], |
| 94 'include_dirs': [ | 94 'include_dirs': [ |
| 95 '..', | 95 '..', |
| 96 '<(INTERMEDIATE_DIR)', | 96 '<(INTERMEDIATE_DIR)', |
| 97 # Needed by chrome_content_renderer_client.cc. & | 97 # Needed by chrome_content_renderer_client.cc. & |
| 98 # plugin_info_message_filter.cc. | 98 # plugin_info_message_filter.cc. |
| 99 '<(SHARED_INTERMEDIATE_DIR)', | 99 '<(SHARED_INTERMEDIATE_DIR)', |
| 100 ], | 100 ], |
| 101 'export_dependent_settings': [ | 101 'export_dependent_settings': [ |
| 102 '../components/components.gyp:autofill_core_browser', | 102 '../components/components.gyp:autofill_core_browser', |
| (...skipping 3605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3708 'package_name': 'org/chromium/chrome/browser', | 3708 'package_name': 'org/chromium/chrome/browser', |
| 3709 'template_deps': ['browser/android/tab_load_status.h'], | 3709 'template_deps': ['browser/android/tab_load_status.h'], |
| 3710 }, | 3710 }, |
| 3711 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3711 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3712 }, | 3712 }, |
| 3713 ], | 3713 ], |
| 3714 }, | 3714 }, |
| 3715 ], | 3715 ], |
| 3716 ], | 3716 ], |
| 3717 } | 3717 } |
| OLD | NEW |