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

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

Powered by Google App Engine
This is Rietveld 408576698