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

Side by Side Diff: content/content_common.gypi

Issue 10451047: content: Move javascript_message_type.h into content/ from ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm CONTEXT_EXPORT Created 8 years, 6 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/common/view_messages.h ('k') | content/public/browser/javascript_dialogs.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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'public/common/file_chooser_params.cc', 48 'public/common/file_chooser_params.cc',
49 'public/common/file_chooser_params.h', 49 'public/common/file_chooser_params.h',
50 'public/common/frame_navigate_params.cc', 50 'public/common/frame_navigate_params.cc',
51 'public/common/frame_navigate_params.h', 51 'public/common/frame_navigate_params.h',
52 'public/common/geoposition.cc', 52 'public/common/geoposition.cc',
53 'public/common/geoposition.h', 53 'public/common/geoposition.h',
54 'public/common/gpu_feature_type.h', 54 'public/common/gpu_feature_type.h',
55 'public/common/gpu_info.cc', 55 'public/common/gpu_info.cc',
56 'public/common/gpu_info.h', 56 'public/common/gpu_info.h',
57 'public/common/gpu_performance_stats.h', 57 'public/common/gpu_performance_stats.h',
58 'public/common/javascript_message_type.h',
58 'public/common/main_function_params.h', 59 'public/common/main_function_params.h',
59 'public/common/media_stream_request.cc', 60 'public/common/media_stream_request.cc',
60 'public/common/media_stream_request.h', 61 'public/common/media_stream_request.h',
61 'public/common/page_transition_types.cc', 62 'public/common/page_transition_types.cc',
62 'public/common/page_transition_types.h', 63 'public/common/page_transition_types.h',
63 'public/common/page_type.h', 64 'public/common/page_type.h',
64 'public/common/page_zoom.h', 65 'public/common/page_zoom.h',
65 'public/common/pepper_plugin_info.cc', 66 'public/common/pepper_plugin_info.cc',
66 'public/common/pepper_plugin_info.h', 67 'public/common/pepper_plugin_info.h',
67 'public/common/process_type.h', 68 'public/common/process_type.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 '../build/extract_from_cab.py', 450 '../build/extract_from_cab.py',
450 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 451 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
451 '<(output)', 452 '<(output)',
452 '<(PRODUCT_DIR)', 453 '<(PRODUCT_DIR)',
453 ], 454 ],
454 }, 455 },
455 ] 456 ]
456 }] 457 }]
457 ], 458 ],
458 } 459 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/javascript_dialogs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698