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

Side by Side Diff: content/content_common.gypi

Issue 364853010: Move the iOS user agent functions to ios/web/public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 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
« no previous file with comments | « content/common/user_agent_ios.mm ('k') | ios/ios.gyp » ('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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'common/socket_stream_messages.h', 465 'common/socket_stream_messages.h',
466 'common/speech_recognition_messages.h', 466 'common/speech_recognition_messages.h',
467 'common/ssl_status_serialization.cc', 467 'common/ssl_status_serialization.cc',
468 'common/ssl_status_serialization.h', 468 'common/ssl_status_serialization.h',
469 'common/swapped_out_messages.cc', 469 'common/swapped_out_messages.cc',
470 'common/swapped_out_messages.h', 470 'common/swapped_out_messages.h',
471 'common/text_input_client_messages.h', 471 'common/text_input_client_messages.h',
472 'common/url_schemes.cc', 472 'common/url_schemes.cc',
473 'common/url_schemes.h', 473 'common/url_schemes.h',
474 'common/user_agent.cc', 474 'common/user_agent.cc',
475 'common/user_agent_ios.mm',
476 'common/utility_messages.h', 475 'common/utility_messages.h',
477 'common/view_message_enums.h', 476 'common/view_message_enums.h',
478 'common/view_messages.h', 477 'common/view_messages.h',
479 'common/webplugin_geometry.cc', 478 'common/webplugin_geometry.cc',
480 'common/webplugin_geometry.h', 479 'common/webplugin_geometry.h',
481 'common/websocket.cc', 480 'common/websocket.cc',
482 'common/websocket.h', 481 'common/websocket.h',
483 'common/websocket_messages.h', 482 'common/websocket_messages.h',
484 'common/worker_messages.h', 483 'common/worker_messages.h',
485 'common/zygote_commands_linux.h', 484 'common/zygote_commands_linux.h',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 }, { 863 }, {
865 'defines': ['USE_SECCOMP_BPF'], 864 'defines': ['USE_SECCOMP_BPF'],
866 }], 865 }],
867 ['use_ozone==1', { 866 ['use_ozone==1', {
868 'dependencies': [ 867 'dependencies': [
869 '../ui/ozone/ozone.gyp:ozone', 868 '../ui/ozone/ozone.gyp:ozone',
870 ], 869 ],
871 }], 870 }],
872 ], 871 ],
873 } 872 }
OLDNEW
« no previous file with comments | « content/common/user_agent_ios.mm ('k') | ios/ios.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698