| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 # transitively via the common target because the proto sources need to | 55 # transitively via the common target because the proto sources need to |
| 56 # be generated before code in this target can start building. | 56 # be generated before code in this target can start building. |
| 57 '../components/components.gyp:variations', | 57 '../components/components.gyp:variations', |
| 58 '../components/components.gyp:webdata_common', | 58 '../components/components.gyp:webdata_common', |
| 59 '../content/content.gyp:content_browser', | 59 '../content/content.gyp:content_browser', |
| 60 '../content/content.gyp:content_common', | 60 '../content/content.gyp:content_common', |
| 61 '../crypto/crypto.gyp:crypto', | 61 '../crypto/crypto.gyp:crypto', |
| 62 '../google_apis/gcm/gcm.gyp:gcm', | 62 '../google_apis/gcm/gcm.gyp:gcm', |
| 63 '../google_apis/google_apis.gyp:google_apis', | 63 '../google_apis/google_apis.gyp:google_apis', |
| 64 '../jingle/jingle.gyp:notifier', | 64 '../jingle/jingle.gyp:notifier', |
| 65 '../media/cast/logging/logging.gyp:cast_common_logging', |
| 65 '../media/cast/transport/cast_transport.gyp:cast_transport', | 66 '../media/cast/transport/cast_transport.gyp:cast_transport', |
| 66 '../skia/skia.gyp:skia', | 67 '../skia/skia.gyp:skia', |
| 67 '../sql/sql.gyp:sql', | 68 '../sql/sql.gyp:sql', |
| 68 '../sync/sync.gyp:sync', | 69 '../sync/sync.gyp:sync', |
| 69 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 71 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 71 '../third_party/icu/icu.gyp:icui18n', | 72 '../third_party/icu/icu.gyp:icui18n', |
| 72 '../third_party/icu/icu.gyp:icuuc', | 73 '../third_party/icu/icu.gyp:icuuc', |
| 73 '../third_party/libjingle/libjingle.gyp:libjingle', | 74 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 74 '../third_party/libxml/libxml.gyp:libxml', | 75 '../third_party/libxml/libxml.gyp:libxml', |
| (...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3788 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3789 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3789 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3790 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3790 }, | 3791 }, |
| 3791 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3792 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3792 }, | 3793 }, |
| 3793 ], | 3794 ], |
| 3794 }, | 3795 }, |
| 3795 ], | 3796 ], |
| 3796 ], | 3797 ], |
| 3797 } | 3798 } |
| OLD | NEW |