| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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, }, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| (...skipping 14 matching lines...) Expand all Loading... |
| 26 'safe_browsing_proto', | 26 'safe_browsing_proto', |
| 27 'safe_browsing_report_proto', | 27 'safe_browsing_report_proto', |
| 28 'variations_seed_proto', | 28 'variations_seed_proto', |
| 29 '../build/temp_gyp/googleurl.gyp:googleurl', | 29 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 30 '../content/content.gyp:content_browser', | 30 '../content/content.gyp:content_browser', |
| 31 '../content/content.gyp:content_common', | 31 '../content/content.gyp:content_common', |
| 32 '../crypto/crypto.gyp:crypto', | 32 '../crypto/crypto.gyp:crypto', |
| 33 '../google_apis/google_apis.gyp:google_apis', | 33 '../google_apis/google_apis.gyp:google_apis', |
| 34 '../media/media.gyp:media', | 34 '../media/media.gyp:media', |
| 35 '../skia/skia.gyp:skia', | 35 '../skia/skia.gyp:skia', |
| 36 '../sync/protocol/sync_proto.gyp:sync_proto', | 36 '../sql/sql.gyp:sql', |
| 37 # TODO(akalin): Depend only on sync_api from sync. | 37 '../sync/sync.gyp:sync', |
| 38 '../sync/sync.gyp:sync_api', | |
| 39 '../sync/sync.gyp:sync_internal_api', | |
| 40 '../sync/sync.gyp:sync_notifier', | |
| 41 '../ui/ui.gyp:shell_dialogs', | |
| 42 '../third_party/bzip2/bzip2.gyp:bzip2', | 38 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 45 '../third_party/icu/icu.gyp:icui18n', | 41 '../third_party/icu/icu.gyp:icui18n', |
| 46 '../third_party/icu/icu.gyp:icuuc', | 42 '../third_party/icu/icu.gyp:icuuc', |
| 47 '../third_party/libxml/libxml.gyp:libxml', | 43 '../third_party/libxml/libxml.gyp:libxml', |
| 48 '../third_party/zlib/zlib.gyp:minizip', | 44 '../third_party/zlib/zlib.gyp:minizip', |
| 49 '../third_party/zlib/zlib.gyp:zlib', | 45 '../third_party/zlib/zlib.gyp:zlib', |
| 50 '../ui/base/strings/ui_strings.gyp:ui_strings', | 46 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 47 '../ui/ui.gyp:shell_dialogs', |
| 51 '../ui/ui.gyp:ui', | 48 '../ui/ui.gyp:ui', |
| 52 '../ui/ui.gyp:ui_resources', | 49 '../ui/ui.gyp:ui_resources', |
| 53 '../webkit/support/webkit_support.gyp:user_agent', | 50 '../webkit/support/webkit_support.gyp:user_agent', |
| 54 ], | 51 ], |
| 55 'include_dirs': [ | 52 'include_dirs': [ |
| 56 '..', | 53 '..', |
| 57 '<(INTERMEDIATE_DIR)', | 54 '<(INTERMEDIATE_DIR)', |
| 58 # Needed by pepper_flash_component_installer.cc. | 55 # Needed by pepper_flash_component_installer.cc. |
| 59 '<(SHARED_INTERMEDIATE_DIR)', | 56 '<(SHARED_INTERMEDIATE_DIR)', |
| 60 ], | 57 ], |
| 61 'export_dependent_settings': [ | 58 'export_dependent_settings': [ |
| 62 '../sync/sync.gyp:sync_notifier', | 59 '../sql/sql.gyp:sql', |
| 60 '../sync/sync.gyp:sync', |
| 63 ], | 61 ], |
| 64 'sources': [ | 62 'sources': [ |
| 65 # All .cc, .h, .m, and .mm files under browser except for: | 63 # All .cc, .h, .m, and .mm files under browser except for: |
| 66 # * tests and mocks. | 64 # * tests and mocks. |
| 67 # * code below browser/chromeos | 65 # * code below browser/chromeos |
| 68 # * code below browser/extensions | 66 # * code below browser/extensions |
| 69 'browser/about_flags.cc', | 67 'browser/about_flags.cc', |
| 70 'browser/about_flags.h', | 68 'browser/about_flags.h', |
| 71 'browser/accessibility/accessibility_extension_api_constants.cc', | 69 'browser/accessibility/accessibility_extension_api_constants.cc', |
| 72 'browser/accessibility/accessibility_extension_api_constants.h', | 70 'browser/accessibility/accessibility_extension_api_constants.h', |
| (...skipping 3058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3131 'variables': { | 3129 'variables': { |
| 3132 'jni_gen_dir': 'chrome', | 3130 'jni_gen_dir': 'chrome', |
| 3133 }, | 3131 }, |
| 3134 'includes': [ '../build/jni_generator.gypi' ], | 3132 'includes': [ '../build/jni_generator.gypi' ], |
| 3135 }, | 3133 }, |
| 3136 ], | 3134 ], |
| 3137 }, | 3135 }, |
| 3138 ], | 3136 ], |
| 3139 ], | 3137 ], |
| 3140 } | 3138 } |
| OLD | NEW |