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

Side by Side Diff: content/content_browser.gypi

Issue 152893002: [DeviceLight API] Content Side Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix in Java file, stop() Created 6 years, 8 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/common/device_light/device_light_messages.h ('k') | content/content_common.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_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',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'browser/devtools/tethering_handler.h', 415 'browser/devtools/tethering_handler.h',
416 'browser/devtools/tethering_handler.cc', 416 'browser/devtools/tethering_handler.cc',
417 'browser/devtools/worker_devtools_manager.cc', 417 'browser/devtools/worker_devtools_manager.cc',
418 'browser/devtools/worker_devtools_manager.h', 418 'browser/devtools/worker_devtools_manager.h',
419 'browser/devtools/worker_devtools_message_filter.cc', 419 'browser/devtools/worker_devtools_message_filter.cc',
420 'browser/devtools/worker_devtools_message_filter.h', 420 'browser/devtools/worker_devtools_message_filter.h',
421 'browser/device_monitor_mac.h', 421 'browser/device_monitor_mac.h',
422 'browser/device_monitor_mac.mm', 422 'browser/device_monitor_mac.mm',
423 'browser/device_monitor_udev.cc', 423 'browser/device_monitor_udev.cc',
424 'browser/device_monitor_udev.h', 424 'browser/device_monitor_udev.h',
425 'browser/device_light/device_light_message_filter.cc',
426 'browser/device_light/device_light_message_filter.h',
425 'browser/device_orientation/data_fetcher_shared_memory.h', 427 'browser/device_orientation/data_fetcher_shared_memory.h',
426 'browser/device_orientation/data_fetcher_shared_memory_android.cc', 428 'browser/device_orientation/data_fetcher_shared_memory_android.cc',
427 'browser/device_orientation/data_fetcher_shared_memory_base.cc', 429 'browser/device_orientation/data_fetcher_shared_memory_base.cc',
428 'browser/device_orientation/data_fetcher_shared_memory_base.h', 430 'browser/device_orientation/data_fetcher_shared_memory_base.h',
429 'browser/device_orientation/data_fetcher_shared_memory_default.cc', 431 'browser/device_orientation/data_fetcher_shared_memory_default.cc',
430 'browser/device_orientation/data_fetcher_shared_memory_mac.cc', 432 'browser/device_orientation/data_fetcher_shared_memory_mac.cc',
431 'browser/device_orientation/data_fetcher_shared_memory_win.cc', 433 'browser/device_orientation/data_fetcher_shared_memory_win.cc',
432 'browser/device_orientation/device_inertial_sensor_service.cc', 434 'browser/device_orientation/device_inertial_sensor_service.cc',
433 'browser/device_orientation/device_inertial_sensor_service.h', 435 'browser/device_orientation/device_inertial_sensor_service.h',
434 'browser/device_orientation/device_motion_message_filter.cc', 436 'browser/device_orientation/device_motion_message_filter.cc',
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 '../build/linux/system.gyp:dbus', 1754 '../build/linux/system.gyp:dbus',
1753 '../dbus/dbus.gyp:dbus', 1755 '../dbus/dbus.gyp:dbus',
1754 ], 1756 ],
1755 }, { # OS != "linux" or use_dbus==0 1757 }, { # OS != "linux" or use_dbus==0
1756 'sources!': [ 1758 'sources!': [
1757 'browser/geolocation/wifi_data_provider_linux.cc', 1759 'browser/geolocation/wifi_data_provider_linux.cc',
1758 ], 1760 ],
1759 }], 1761 }],
1760 ], 1762 ],
1761 } 1763 }
OLDNEW
« no previous file with comments | « content/common/device_light/device_light_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698