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

Side by Side Diff: content/content_common.gypi

Issue 23615009: Stub out initial NavigationController browser implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to ToT Created 7 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 | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | ipc/ipc_message_start.h » ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'common/media/media_stream_options.cc', 288 'common/media/media_stream_options.cc',
289 'common/media/media_stream_options.h', 289 'common/media/media_stream_options.h',
290 'common/media/midi_messages.h', 290 'common/media/midi_messages.h',
291 'common/media/video_capture.h', 291 'common/media/video_capture.h',
292 'common/media/video_capture_messages.h', 292 'common/media/video_capture_messages.h',
293 'common/media/webrtc_identity_messages.h', 293 'common/media/webrtc_identity_messages.h',
294 'common/memory_benchmark_messages.h', 294 'common/memory_benchmark_messages.h',
295 'common/message_router.cc', 295 'common/message_router.cc',
296 'common/message_router.h', 296 'common/message_router.h',
297 'common/mime_registry_messages.h', 297 'common/mime_registry_messages.h',
298 'common/service_worker_messages.h',
298 'common/navigation_gesture.h', 299 'common/navigation_gesture.h',
299 'common/net/url_fetcher.cc', 300 'common/net/url_fetcher.cc',
300 'common/net/url_request_user_data.cc', 301 'common/net/url_request_user_data.cc',
301 'common/net/url_request_user_data.h', 302 'common/net/url_request_user_data.h',
302 'common/one_writer_seqlock.cc', 303 'common/one_writer_seqlock.cc',
303 'common/one_writer_seqlock.h', 304 'common/one_writer_seqlock.h',
304 'common/p2p_messages.h', 305 'common/p2p_messages.h',
305 'common/p2p_sockets.h', 306 'common/p2p_sockets.h',
306 'common/page_state_serialization.cc', 307 'common/page_state_serialization.cc',
307 'common/page_state_serialization.h', 308 'common/page_state_serialization.h',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 590 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
590 '<(output)', 591 '<(output)',
591 '<(PRODUCT_DIR)', 592 '<(PRODUCT_DIR)',
592 ], 593 ],
593 'msvs_cygwin_shell': 1, 594 'msvs_cygwin_shell': 1,
594 }, 595 },
595 ] 596 ]
596 }], 597 }],
597 ], 598 ],
598 } 599 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698