Chromium Code Reviews| 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 15 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', |
|
akalin
2013/01/07 20:14:51
i assume you found a direct include of something i
Raghu Simha
2013/01/08 11:27:48
That's right. For instance, there are numerous ins
| |
| 37 # TODO(akalin): Depend only on sync_api from sync. | 37 # TODO(akalin): Depend only on sync_api from sync. |
| 38 '../sync/sync.gyp:sync_core', | |
|
akalin
2013/01/07 20:14:51
confused -- why not depend on just sync.gyp:sync?
Raghu Simha
2013/01/08 11:27:48
In this specific case, you're right that it might
| |
| 38 '../sync/sync.gyp:sync_api', | 39 '../sync/sync.gyp:sync_api', |
| 39 '../sync/sync.gyp:sync_internal_api', | 40 '../sync/sync.gyp:sync_internal_api', |
| 40 '../sync/sync.gyp:sync_notifier', | 41 '../sync/sync.gyp:sync_notifier', |
| 42 '../sync/sync.gyp:sync_proto', | |
| 41 '../third_party/bzip2/bzip2.gyp:bzip2', | 43 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', | 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', |
| 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', | 45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', |
| 44 '../third_party/icu/icu.gyp:icui18n', | 46 '../third_party/icu/icu.gyp:icui18n', |
| 45 '../third_party/icu/icu.gyp:icuuc', | 47 '../third_party/icu/icu.gyp:icuuc', |
| 46 '../third_party/libxml/libxml.gyp:libxml', | 48 '../third_party/libxml/libxml.gyp:libxml', |
| 47 '../third_party/zlib/zlib.gyp:minizip', | 49 '../third_party/zlib/zlib.gyp:minizip', |
| 48 '../third_party/zlib/zlib.gyp:zlib', | 50 '../third_party/zlib/zlib.gyp:zlib', |
| 49 '../ui/base/strings/ui_strings.gyp:ui_strings', | 51 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 50 '../ui/ui.gyp:ui', | 52 '../ui/ui.gyp:ui', |
| (...skipping 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3122 'variables': { | 3124 'variables': { |
| 3123 'jni_gen_dir': 'chrome', | 3125 'jni_gen_dir': 'chrome', |
| 3124 }, | 3126 }, |
| 3125 'includes': [ '../build/jni_generator.gypi' ], | 3127 'includes': [ '../build/jni_generator.gypi' ], |
| 3126 }, | 3128 }, |
| 3127 ], | 3129 ], |
| 3128 }, | 3130 }, |
| 3129 ], | 3131 ], |
| 3130 ], | 3132 ], |
| 3131 } | 3133 } |
| OLD | NEW |