| 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 20 matching lines...) Expand all Loading... |
| 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 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 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_api', | 38 '../sync/sync.gyp:sync_api', |
| 39 '../sync/sync.gyp:sync_internal_api', | 39 '../sync/sync.gyp:sync_internal_api', |
| 40 '../sync/sync.gyp:sync_notifier', | 40 '../sync/sync.gyp:sync_notifier', |
| 41 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 41 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 44 '../third_party/icu/icu.gyp:icui18n', | 45 '../third_party/icu/icu.gyp:icui18n', |
| 45 '../third_party/icu/icu.gyp:icuuc', | 46 '../third_party/icu/icu.gyp:icuuc', |
| 46 '../third_party/libxml/libxml.gyp:libxml', | 47 '../third_party/libxml/libxml.gyp:libxml', |
| 47 '../third_party/zlib/zlib.gyp:minizip', | 48 '../third_party/zlib/zlib.gyp:minizip', |
| 48 '../third_party/zlib/zlib.gyp:zlib', | 49 '../third_party/zlib/zlib.gyp:zlib', |
| 49 '../ui/base/strings/ui_strings.gyp:ui_strings', | 50 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 50 '../ui/ui.gyp:ui', | 51 '../ui/ui.gyp:ui', |
| (...skipping 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3125 'variables': { | 3126 'variables': { |
| 3126 'jni_gen_dir': 'chrome', | 3127 'jni_gen_dir': 'chrome', |
| 3127 }, | 3128 }, |
| 3128 'includes': [ '../build/jni_generator.gypi' ], | 3129 'includes': [ '../build/jni_generator.gypi' ], |
| 3129 }, | 3130 }, |
| 3130 ], | 3131 ], |
| 3131 }, | 3132 }, |
| 3132 ], | 3133 ], |
| 3133 ], | 3134 ], |
| 3134 } | 3135 } |
| OLD | NEW |