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

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: 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
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'common/media/media_stream_options.cc', 277 'common/media/media_stream_options.cc',
278 'common/media/media_stream_options.h', 278 'common/media/media_stream_options.h',
279 'common/media/midi_messages.h', 279 'common/media/midi_messages.h',
280 'common/media/video_capture.h', 280 'common/media/video_capture.h',
281 'common/media/video_capture_messages.h', 281 'common/media/video_capture_messages.h',
282 'common/media/webrtc_identity_messages.h', 282 'common/media/webrtc_identity_messages.h',
283 'common/memory_benchmark_messages.h', 283 'common/memory_benchmark_messages.h',
284 'common/message_router.cc', 284 'common/message_router.cc',
285 'common/message_router.h', 285 'common/message_router.h',
286 'common/mime_registry_messages.h', 286 'common/mime_registry_messages.h',
287 'common/navigation_controller/navigation_controller_messages.h',
287 'common/navigation_gesture.h', 288 'common/navigation_gesture.h',
288 'common/net/url_fetcher.cc', 289 'common/net/url_fetcher.cc',
289 'common/net/url_request_user_data.cc', 290 'common/net/url_request_user_data.cc',
290 'common/net/url_request_user_data.h', 291 'common/net/url_request_user_data.h',
291 'common/one_writer_seqlock.cc', 292 'common/one_writer_seqlock.cc',
292 'common/one_writer_seqlock.h', 293 'common/one_writer_seqlock.h',
293 'common/p2p_messages.h', 294 'common/p2p_messages.h',
294 'common/p2p_sockets.h', 295 'common/p2p_sockets.h',
295 'common/page_state_serialization.cc', 296 'common/page_state_serialization.cc',
296 'common/page_state_serialization.h', 297 'common/page_state_serialization.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 582 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
582 '<(output)', 583 '<(output)',
583 '<(PRODUCT_DIR)', 584 '<(PRODUCT_DIR)',
584 ], 585 ],
585 'msvs_cygwin_shell': 1, 586 'msvs_cygwin_shell': 1,
586 }, 587 },
587 ] 588 ]
588 }], 589 }],
589 ], 590 ],
590 } 591 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698