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

Side by Side Diff: content/content_renderer.gypi

Issue 1586563009: IsNativeAppInstalled Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
11 '../cc/blink/cc_blink.gyp:cc_blink', 11 '../cc/blink/cc_blink.gyp:cc_blink',
12 '../components/components.gyp:startup_metric_utils_common', 12 '../components/components.gyp:startup_metric_utils_common',
13 '../components/components.gyp:webusb', 13 '../components/components.gyp:webusb',
14 '../components/installedapp/installedapp.gyp:components_installedapp',
15 '../components/installedapp/installedapp.gyp:components_installedapp_mojo_bi ndings',
14 '../components/scheduler/scheduler.gyp:scheduler', 16 '../components/scheduler/scheduler.gyp:scheduler',
15 '../components/url_formatter/url_formatter.gyp:url_formatter', 17 '../components/url_formatter/url_formatter.gyp:url_formatter',
16 '../device/battery/battery.gyp:device_battery', 18 '../device/battery/battery.gyp:device_battery',
17 '../device/battery/battery.gyp:device_battery_mojo_bindings', 19 '../device/battery/battery.gyp:device_battery_mojo_bindings',
18 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib', 20 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
19 '../device/vibration/vibration.gyp:device_vibration', 21 '../device/vibration/vibration.gyp:device_vibration',
20 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 22 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
21 '../gin/gin.gyp:gin', 23 '../gin/gin.gyp:gin',
22 '../gpu/gpu.gyp:gpu', 24 '../gpu/gpu.gyp:gpu',
23 '../jingle/jingle.gyp:jingle_glue', 25 '../jingle/jingle.gyp:jingle_glue',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'renderer/history_serialization.cc', 227 'renderer/history_serialization.cc',
226 'renderer/history_serialization.h', 228 'renderer/history_serialization.h',
227 'renderer/idle_user_detector.cc', 229 'renderer/idle_user_detector.cc',
228 'renderer/idle_user_detector.h', 230 'renderer/idle_user_detector.h',
229 'renderer/image_downloader/image_downloader_impl.cc', 231 'renderer/image_downloader/image_downloader_impl.cc',
230 'renderer/image_downloader/image_downloader_impl.h', 232 'renderer/image_downloader/image_downloader_impl.h',
231 'renderer/ime_event_guard.cc', 233 'renderer/ime_event_guard.cc',
232 'renderer/ime_event_guard.h', 234 'renderer/ime_event_guard.h',
233 'renderer/in_process_renderer_thread.cc', 235 'renderer/in_process_renderer_thread.cc',
234 'renderer/in_process_renderer_thread.h', 236 'renderer/in_process_renderer_thread.h',
237 'renderer/installedapp/web_installed_app_impl.cc',
238 'renderer/installedapp/web_installed_app_impl.h',
235 'renderer/input/input_event_filter.cc', 239 'renderer/input/input_event_filter.cc',
236 'renderer/input/input_event_filter.h', 240 'renderer/input/input_event_filter.h',
237 'renderer/input/input_handler_manager.cc', 241 'renderer/input/input_handler_manager.cc',
238 'renderer/input/input_handler_manager.h', 242 'renderer/input/input_handler_manager.h',
239 'renderer/input/input_handler_manager_client.h', 243 'renderer/input/input_handler_manager_client.h',
240 'renderer/input/input_handler_wrapper.cc', 244 'renderer/input/input_handler_wrapper.cc',
241 'renderer/input/input_handler_wrapper.h', 245 'renderer/input/input_handler_wrapper.h',
242 'renderer/input/main_thread_input_event_filter.cc', 246 'renderer/input/main_thread_input_event_filter.cc',
243 'renderer/input/main_thread_input_event_filter.h', 247 'renderer/input/main_thread_input_event_filter.h',
244 'renderer/input/render_widget_input_handler.cc', 248 'renderer/input/render_widget_input_handler.cc',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 }], 924 }],
921 ], 925 ],
922 'target_conditions': [ 926 'target_conditions': [
923 ['OS=="android"', { 927 ['OS=="android"', {
924 'sources/': [ 928 'sources/': [
925 ['include', '^renderer/render_view_linux\\.cc$'], 929 ['include', '^renderer/render_view_linux\\.cc$'],
926 ], 930 ],
927 }], 931 }],
928 ], 932 ],
929 } 933 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698