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

Side by Side Diff: content/content_common.gypi

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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
« no previous file with comments | « content/content.gyp ('k') | content/public/android/BUILD.gn » ('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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'public/common/javascript_message_type.h', 73 'public/common/javascript_message_type.h',
74 'public/common/manifest.cc', 74 'public/common/manifest.cc',
75 'public/common/manifest.h', 75 'public/common/manifest.h',
76 'public/common/main_function_params.h', 76 'public/common/main_function_params.h',
77 'public/common/media_stream_request.cc', 77 'public/common/media_stream_request.cc',
78 'public/common/media_stream_request.h', 78 'public/common/media_stream_request.h',
79 'public/common/menu_item.cc', 79 'public/common/menu_item.cc',
80 'public/common/menu_item.h', 80 'public/common/menu_item.h',
81 'public/common/page_state.cc', 81 'public/common/page_state.cc',
82 'public/common/page_state.h', 82 'public/common/page_state.h',
83 'public/common/page_transition_types.cc',
84 'public/common/page_transition_types.h',
85 'public/common/page_transition_types_list.h',
86 'public/common/page_type.h', 83 'public/common/page_type.h',
87 'public/common/page_zoom.h', 84 'public/common/page_zoom.h',
88 'public/common/pepper_plugin_info.cc', 85 'public/common/pepper_plugin_info.cc',
89 'public/common/pepper_plugin_info.h', 86 'public/common/pepper_plugin_info.h',
90 'public/common/process_type.h', 87 'public/common/process_type.h',
91 'public/common/push_messaging_status.cc', 88 'public/common/push_messaging_status.cc',
92 'public/common/push_messaging_status.h', 89 'public/common/push_messaging_status.h',
93 'public/common/referrer.h', 90 'public/common/referrer.h',
94 'public/common/renderer_preferences.cc', 91 'public/common/renderer_preferences.cc',
95 'public/common/renderer_preferences.h', 92 'public/common/renderer_preferences.h',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 # iOS only needs a small portion of content; exclude all the 524 # iOS only needs a small portion of content; exclude all the
528 # implementation, and re-include what is used. 525 # implementation, and re-include what is used.
529 ['exclude', '\\.(cc|mm)$'], 526 ['exclude', '\\.(cc|mm)$'],
530 ['include', '_ios\\.(cc|mm)$'], 527 ['include', '_ios\\.(cc|mm)$'],
531 ['include', '^public/common/content_client\\.cc$'], 528 ['include', '^public/common/content_client\\.cc$'],
532 ['include', '^public/common/content_constants\\.cc$'], 529 ['include', '^public/common/content_constants\\.cc$'],
533 ['include', '^public/common/content_switches\\.cc$'], 530 ['include', '^public/common/content_switches\\.cc$'],
534 ['include', '^public/common/frame_navigate_params\\.cc$'], 531 ['include', '^public/common/frame_navigate_params\\.cc$'],
535 ['include', '^public/common/media_stream_request\\.cc$'], 532 ['include', '^public/common/media_stream_request\\.cc$'],
536 ['include', '^public/common/page_state\\.cc$'], 533 ['include', '^public/common/page_state\\.cc$'],
537 ['include', '^public/common/page_transition_types\\.cc$'],
538 ['include', '^public/common/password_form\\.cc$'], 534 ['include', '^public/common/password_form\\.cc$'],
539 ['include', '^public/common/signed_certificate_timestamp_id_and_status\\ .cc$'], 535 ['include', '^public/common/signed_certificate_timestamp_id_and_status\\ .cc$'],
540 ['include', '^public/common/speech_recognition_result\\.cc$'], 536 ['include', '^public/common/speech_recognition_result\\.cc$'],
541 ['include', '^public/common/ssl_status\\.cc$'], 537 ['include', '^public/common/ssl_status\\.cc$'],
542 ['include', '^public/common/url_constants\\.cc$'], 538 ['include', '^public/common/url_constants\\.cc$'],
543 ['include', '^common/content_paths\\.cc$'], 539 ['include', '^common/content_paths\\.cc$'],
544 ['include', '^common/media/media_stream_options\\.cc$'], 540 ['include', '^common/media/media_stream_options\\.cc$'],
545 ['include', '^common/net/url_fetcher\\.cc$'], 541 ['include', '^common/net/url_fetcher\\.cc$'],
546 ['include', '^common/net/url_request_user_data\\.cc$'], 542 ['include', '^common/net/url_request_user_data\\.cc$'],
547 ['include', '^common/page_state_serialization\\.cc$'], 543 ['include', '^common/page_state_serialization\\.cc$'],
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 ], 905 ],
910 'sources': [ 906 'sources': [
911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 907 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
912 ], 908 ],
913 'sources!': [ 909 'sources!': [
914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 910 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
915 ], 911 ],
916 }], 912 }],
917 ], 913 ],
918 } 914 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698