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

Side by Side Diff: content/content_browser.gypi

Issue 17511002: Fix linkage for components_unittest for ozone=1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « content/browser/power_save_blocker_ozone.cc ('k') | no next file » | 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 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'browser/plugin_process_host.cc', 690 'browser/plugin_process_host.cc',
691 'browser/plugin_process_host.h', 691 'browser/plugin_process_host.h',
692 'browser/plugin_process_host_mac.cc', 692 'browser/plugin_process_host_mac.cc',
693 'browser/plugin_service_impl.cc', 693 'browser/plugin_service_impl.cc',
694 'browser/plugin_service_impl.h', 694 'browser/plugin_service_impl.h',
695 'browser/power_save_blocker_android.cc', 695 'browser/power_save_blocker_android.cc',
696 'browser/power_save_blocker_chromeos.cc', 696 'browser/power_save_blocker_chromeos.cc',
697 'browser/power_save_blocker_impl.cc', 697 'browser/power_save_blocker_impl.cc',
698 'browser/power_save_blocker_impl.h', 698 'browser/power_save_blocker_impl.h',
699 'browser/power_save_blocker_mac.cc', 699 'browser/power_save_blocker_mac.cc',
700 'browser/power_save_blocker_ozone.cc',
700 'browser/power_save_blocker_win.cc', 701 'browser/power_save_blocker_win.cc',
701 'browser/power_save_blocker_x11.cc', 702 'browser/power_save_blocker_x11.cc',
702 'browser/ppapi_plugin_process_host.cc', 703 'browser/ppapi_plugin_process_host.cc',
703 'browser/ppapi_plugin_process_host.h', 704 'browser/ppapi_plugin_process_host.h',
704 'browser/profiler_controller_impl.cc', 705 'browser/profiler_controller_impl.cc',
705 'browser/profiler_controller_impl.h', 706 'browser/profiler_controller_impl.h',
706 'browser/profiler_message_filter.cc', 707 'browser/profiler_message_filter.cc',
707 'browser/profiler_message_filter.h', 708 'browser/profiler_message_filter.h',
708 'browser/renderer_host/backing_store_aura.cc', 709 'browser/renderer_host/backing_store_aura.cc',
709 'browser/renderer_host/backing_store_aura.h', 710 'browser/renderer_host/backing_store_aura.h',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 '$(SDKROOT)/usr/lib/libbsm.dylib', 1335 '$(SDKROOT)/usr/lib/libbsm.dylib',
1335 ], 1336 ],
1336 }, 1337 },
1337 }], 1338 }],
1338 ['chromeos==1', { 1339 ['chromeos==1', {
1339 'dependencies': [ 1340 'dependencies': [
1340 '../build/linux/system.gyp:dbus', 1341 '../build/linux/system.gyp:dbus',
1341 ], 1342 ],
1342 'sources!': [ 1343 'sources!': [
1343 'browser/geolocation/wifi_data_provider_linux.cc', 1344 'browser/geolocation/wifi_data_provider_linux.cc',
1345 'browser/power_save_blocker_ozone.cc',
1344 'browser/power_save_blocker_x11.cc', 1346 'browser/power_save_blocker_x11.cc',
1345 'browser/renderer_host/gtk_key_bindings_handler.cc', 1347 'browser/renderer_host/gtk_key_bindings_handler.cc',
1346 'browser/renderer_host/gtk_key_bindings_handler.h', 1348 'browser/renderer_host/gtk_key_bindings_handler.h',
1347 ], 1349 ],
1348 }], 1350 }],
1349 ['os_bsd==1', { 1351 ['os_bsd==1', {
1350 'sources/': [ 1352 'sources/': [
1351 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ], 1353 ['exclude', '^browser/gamepad/gamepad_platform_data_fetcher_linux\\.cc$' ],
1352 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'], 1354 ['exclude', '^browser/geolocation/wifi_data_provider_linux\\.cc$'],
1353 ], 1355 ],
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1437 '../third_party/speex/speex.gyp:libspeex', 1439 '../third_party/speex/speex.gyp:libspeex',
1438 ], 1440 ],
1439 }], 1441 }],
1440 ['linux_use_libgps==1', { 1442 ['linux_use_libgps==1', {
1441 'dependencies': [ 1443 'dependencies': [
1442 '../build/linux/system.gyp:libgps', 1444 '../build/linux/system.gyp:libgps',
1443 ], 1445 ],
1444 }], 1446 }],
1445 ], 1447 ],
1446 } 1448 }
OLDNEW
« no previous file with comments | « content/browser/power_save_blocker_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698