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

Side by Side Diff: content/content_browser.gypi

Issue 19776016: Add files. Does not compile yet! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: builders Created 7 years, 5 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 # 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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'browser/renderer_host/touchpad_tap_suppression_controller.h', 964 'browser/renderer_host/touchpad_tap_suppression_controller.h',
965 'browser/renderer_host/touchscreen_tap_suppression_controller.cc', 965 'browser/renderer_host/touchscreen_tap_suppression_controller.cc',
966 'browser/renderer_host/touchscreen_tap_suppression_controller.h', 966 'browser/renderer_host/touchscreen_tap_suppression_controller.h',
967 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc', 967 'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc',
968 'browser/renderer_host/ui_events_helper.cc', 968 'browser/renderer_host/ui_events_helper.cc',
969 'browser/renderer_host/ui_events_helper.h', 969 'browser/renderer_host/ui_events_helper.h',
970 'browser/renderer_host/web_input_event_aura.cc', 970 'browser/renderer_host/web_input_event_aura.cc',
971 'browser/renderer_host/web_input_event_aura.h', 971 'browser/renderer_host/web_input_event_aura.h',
972 'browser/renderer_host/web_input_event_aurawin.cc', 972 'browser/renderer_host/web_input_event_aurawin.cc',
973 'browser/renderer_host/web_input_event_aurax11.cc', 973 'browser/renderer_host/web_input_event_aurax11.cc',
974 'browser/renderer_host/input/web_input_event_builders_gtk.cc',
975 'browser/renderer_host/input/web_input_event_builders_gtk.h',
976 'browser/renderer_host/input/web_input_event_posix.cc',
977 'browser/renderer_host/input/web_input_event_posix.h',
974 'browser/renderer_host/webmenurunner_mac.h', 978 'browser/renderer_host/webmenurunner_mac.h',
975 'browser/renderer_host/webmenurunner_mac.mm', 979 'browser/renderer_host/webmenurunner_mac.mm',
976 'browser/resolve_proxy_msg_helper.cc', 980 'browser/resolve_proxy_msg_helper.cc',
977 'browser/resolve_proxy_msg_helper.h', 981 'browser/resolve_proxy_msg_helper.h',
978 'browser/resource_context_impl.cc', 982 'browser/resource_context_impl.cc',
979 'browser/resource_context_impl.h', 983 'browser/resource_context_impl.h',
980 'browser/safe_util_win.cc', 984 'browser/safe_util_win.cc',
981 'browser/safe_util_win.h', 985 'browser/safe_util_win.h',
982 'browser/site_instance_impl.cc', 986 'browser/site_instance_impl.cc',
983 'browser/site_instance_impl.h', 987 'browser/site_instance_impl.h',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1474 '../third_party/speex/speex.gyp:libspeex', 1478 '../third_party/speex/speex.gyp:libspeex',
1475 ], 1479 ],
1476 }], 1480 }],
1477 ['linux_use_libgps==1', { 1481 ['linux_use_libgps==1', {
1478 'dependencies': [ 1482 'dependencies': [
1479 '../build/linux/system.gyp:libgps', 1483 '../build/linux/system.gyp:libgps',
1480 ], 1484 ],
1481 }], 1485 }],
1482 ], 1486 ],
1483 } 1487 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_gtk.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698