| OLD | NEW | 
|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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       # GN version: //components/invalidation/public | 8       # GN version: //components/invalidation/public | 
| 9       'target_name': 'invalidation_public', | 9       'target_name': 'invalidation_public', | 
| 10       'type': 'static_library', | 10       'type': 'static_library', | 
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 46       # GN version: //components/invalidation/impl | 46       # GN version: //components/invalidation/impl | 
| 47       'target_name': 'invalidation_impl', | 47       'target_name': 'invalidation_impl', | 
| 48       'type': 'static_library', | 48       'type': 'static_library', | 
| 49       'dependencies': [ | 49       'dependencies': [ | 
| 50         'invalidation_public', | 50         'invalidation_public', | 
| 51         '../base/base.gyp:base', | 51         '../base/base.gyp:base', | 
| 52         '../base/base.gyp:base_i18n', | 52         '../base/base.gyp:base_i18n', | 
| 53         '../base/base.gyp:base_prefs', | 53         '../base/base.gyp:base_prefs', | 
| 54         '../google_apis/google_apis.gyp:google_apis', | 54         '../google_apis/google_apis.gyp:google_apis', | 
| 55         '../jingle/jingle.gyp:notifier', | 55         '../jingle/jingle.gyp:notifier', | 
|  | 56         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
     n_proto_cpp', | 
| 56         'gcm_driver', | 57         'gcm_driver', | 
| 57         'keyed_service_core', | 58         'keyed_service_core', | 
| 58         'pref_registry', | 59         'pref_registry', | 
| 59         'signin_core_browser', | 60         'signin_core_browser', | 
| 60       ], | 61       ], | 
| 61       'export_dependent_settings': [ | 62       'export_dependent_settings': [ | 
| 62         'invalidation_public', | 63         'invalidation_public', | 
| 63       ], | 64       ], | 
| 64       'include_dirs': [ | 65       'include_dirs': [ | 
| 65         '..', | 66         '..', | 
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 144         '../google_apis/google_apis.gyp:google_apis', | 145         '../google_apis/google_apis.gyp:google_apis', | 
| 145         '../jingle/jingle.gyp:notifier', | 146         '../jingle/jingle.gyp:notifier', | 
| 146         '../jingle/jingle.gyp:notifier_test_util', | 147         '../jingle/jingle.gyp:notifier_test_util', | 
| 147         '../net/net.gyp:net', | 148         '../net/net.gyp:net', | 
| 148         '../testing/gmock.gyp:gmock', | 149         '../testing/gmock.gyp:gmock', | 
| 149         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
     n', | 150         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
     n', | 
| 150         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
     n_proto_cpp', | 151         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
     n_proto_cpp', | 
| 151         'gcm_driver_test_support', | 152         'gcm_driver_test_support', | 
| 152         'keyed_service_core', | 153         'keyed_service_core', | 
| 153       ], | 154       ], | 
|  | 155       'export_dependent_settings': [ | 
|  | 156         '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
     n_proto_cpp', | 
|  | 157       ], | 
| 154       'include_dirs': [ | 158       'include_dirs': [ | 
| 155         '..', | 159         '..', | 
| 156       ], | 160       ], | 
| 157       'sources': [ | 161       'sources': [ | 
| 158         # Note: sources list duplicated in GN build. | 162         # Note: sources list duplicated in GN build. | 
| 159         'invalidation/impl/fake_invalidation_handler.cc', | 163         'invalidation/impl/fake_invalidation_handler.cc', | 
| 160         'invalidation/impl/fake_invalidation_handler.h', | 164         'invalidation/impl/fake_invalidation_handler.h', | 
| 161         'invalidation/impl/fake_invalidation_state_tracker.cc', | 165         'invalidation/impl/fake_invalidation_state_tracker.cc', | 
| 162         'invalidation/impl/fake_invalidation_state_tracker.h', | 166         'invalidation/impl/fake_invalidation_state_tracker.h', | 
| 163         'invalidation/impl/fake_invalidator.cc', | 167         'invalidation/impl/fake_invalidator.cc', | 
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 252           'variables': { | 256           'variables': { | 
| 253             'jni_gen_package': 'components/invalidation', | 257             'jni_gen_package': 'components/invalidation', | 
| 254           }, | 258           }, | 
| 255           'includes': [ '../build/jni_generator.gypi' ], | 259           'includes': [ '../build/jni_generator.gypi' ], | 
| 256         }, | 260         }, | 
| 257       ], | 261       ], | 
| 258      }, | 262      }, | 
| 259     ], | 263     ], | 
| 260   ], | 264   ], | 
| 261 } | 265 } | 
| OLD | NEW | 
|---|