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

Side by Side Diff: content/content_browser.gypi

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try removing invalidation_unittests and using components_unittests instead. Created 6 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
11 '../skia/skia.gyp:skia', 11 '../skia/skia.gyp:skia',
12 '../sql/sql.gyp:sql', 12 '../sql/sql.gyp:sql',
13 '../third_party/re2/re2.gyp:re2', 13 '../third_party/re2/re2.gyp:re2',
14 '../third_party/zlib/google/zip.gyp:zip', 14 '../third_party/zlib/google/zip.gyp:zip',
15 '../third_party/zlib/zlib.gyp:zlib', 15 '../third_party/zlib/zlib.gyp:zlib',
16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 16 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
17 '../ui/accessibility/accessibility.gyp:accessibility', 17 '../ui/accessibility/accessibility.gyp:accessibility',
18 '../ui/accessibility/accessibility.gyp:ax_gen', 18 '../ui/accessibility/accessibility.gyp:ax_gen',
19 '../ui/base/ui_base.gyp:ui_base', 19 '../ui/base/ui_base.gyp:ui_base',
20 '../ui/events/events.gyp:events_base', 20 '../ui/events/events.gyp:events_base',
21 '../ui/events/events.gyp:gesture_detection', 21 '../ui/events/events.gyp:gesture_detection',
22 '../ui/gfx/gfx.gyp:gfx', 22 '../ui/gfx/gfx.gyp:gfx',
23 '../ui/gfx/gfx.gyp:gfx_geometry', 23 '../ui/gfx/gfx.gyp:gfx_geometry',
24 '../ui/native_theme/native_theme.gyp:native_theme',
24 '../ui/resources/ui_resources.gyp:ui_resources', 25 '../ui/resources/ui_resources.gyp:ui_resources',
25 '../ui/snapshot/snapshot.gyp:snapshot', 26 '../ui/snapshot/snapshot.gyp:snapshot',
26 'browser/service_worker/service_worker_proto.gyp:proto', 27 'browser/service_worker/service_worker_proto.gyp:proto',
27 'browser/speech/proto/speech_proto.gyp:speech_proto', 28 'browser/speech/proto/speech_proto.gyp:speech_proto',
28 ], 29 ],
29 'export_dependent_settings': [ 30 'export_dependent_settings': [
30 '../ui/accessibility/accessibility.gyp:ax_gen', 31 '../ui/accessibility/accessibility.gyp:ax_gen',
31 # The public content API headers directly include Blink API headers, so we 32 # The public content API headers directly include Blink API headers, so we
32 # have to export the blink header settings so that relative paths in these 33 # have to export the blink header settings so that relative paths in these
33 # headers resolve correctly. 34 # headers resolve correctly.
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1884 'sources': [ 1885 'sources': [
1885 'browser/media/cdm/browser_cdm_manager.cc', 1886 'browser/media/cdm/browser_cdm_manager.cc',
1886 'browser/media/cdm/browser_cdm_manager.h', 1887 'browser/media/cdm/browser_cdm_manager.h',
1887 # This works on Android because enable_browser_cdms==1 on Android. 1888 # This works on Android because enable_browser_cdms==1 on Android.
1888 'browser/media/media_web_contents_observer.cc', 1889 'browser/media/media_web_contents_observer.cc',
1889 'browser/media/media_web_contents_observer.h', 1890 'browser/media/media_web_contents_observer.h',
1890 ], 1891 ],
1891 }], 1892 }],
1892 ], 1893 ],
1893 } 1894 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698