Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10826156: Plumb invalidations from Tango to the extensions code for the Push Messaging API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gmock and maybe Android build Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after
2322 'browser/sync/glue/typed_url_data_type_controller.cc', 2322 'browser/sync/glue/typed_url_data_type_controller.cc',
2323 'browser/sync/glue/typed_url_data_type_controller.h', 2323 'browser/sync/glue/typed_url_data_type_controller.h',
2324 'browser/sync/glue/typed_url_model_associator.cc', 2324 'browser/sync/glue/typed_url_model_associator.cc',
2325 'browser/sync/glue/typed_url_model_associator.h', 2325 'browser/sync/glue/typed_url_model_associator.h',
2326 'browser/sync/glue/ui_data_type_controller.cc', 2326 'browser/sync/glue/ui_data_type_controller.cc',
2327 'browser/sync/glue/ui_data_type_controller.h', 2327 'browser/sync/glue/ui_data_type_controller.h',
2328 'browser/sync/glue/ui_model_worker.cc', 2328 'browser/sync/glue/ui_model_worker.cc',
2329 'browser/sync/glue/ui_model_worker.h', 2329 'browser/sync/glue/ui_model_worker.h',
2330 'browser/sync/invalidations/invalidator_storage.cc', 2330 'browser/sync/invalidations/invalidator_storage.cc',
2331 'browser/sync/invalidations/invalidator_storage.h', 2331 'browser/sync/invalidations/invalidator_storage.h',
2332 'browser/sync/invalidation_service.h',
2332 'browser/sync/profile_sync_components_factory.h', 2333 'browser/sync/profile_sync_components_factory.h',
2333 'browser/sync/profile_sync_components_factory_impl.cc', 2334 'browser/sync/profile_sync_components_factory_impl.cc',
2334 'browser/sync/profile_sync_components_factory_impl.h', 2335 'browser/sync/profile_sync_components_factory_impl.h',
2335 'browser/sync/profile_sync_service.cc', 2336 'browser/sync/profile_sync_service.cc',
2336 'browser/sync/profile_sync_service.h', 2337 'browser/sync/profile_sync_service.h',
2337 'browser/sync/profile_sync_service_factory.cc', 2338 'browser/sync/profile_sync_service_factory.cc',
2338 'browser/sync/profile_sync_service_factory.h', 2339 'browser/sync/profile_sync_service_factory.h',
2339 'browser/sync/profile_sync_service_harness.cc', 2340 'browser/sync/profile_sync_service_harness.cc',
2340 'browser/sync/profile_sync_service_harness.h', 2341 'browser/sync/profile_sync_service_harness.h',
2341 'browser/sync/profile_sync_service_observer.h', 2342 'browser/sync/profile_sync_service_observer.h',
(...skipping 3202 matching lines...) Expand 10 before | Expand all | Expand 10 after
5544 'includes': [ '../build/jni_generator.gypi' ], 5545 'includes': [ '../build/jni_generator.gypi' ],
5545 'dependencies': [ 5546 'dependencies': [
5546 'android_jar_jni_headers', 5547 'android_jar_jni_headers',
5547 ], 5548 ],
5548 }, 5549 },
5549 ], 5550 ],
5550 }, 5551 },
5551 ], 5552 ],
5552 ], 5553 ],
5553 } 5554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698