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

Side by Side Diff: content/content_common.gypi

Issue 10534147: Allow platform apps to open links in the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback 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/devtools_messages.cc ('k') | content/public/common/common_param_traits.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'common/css_colors.h', 133 'common/css_colors.h',
134 'common/database_messages.h', 134 'common/database_messages.h',
135 'common/database_util.cc', 135 'common/database_util.cc',
136 'common/database_util.h', 136 'common/database_util.h',
137 'common/db_message_filter.cc', 137 'common/db_message_filter.cc',
138 'common/db_message_filter.h', 138 'common/db_message_filter.h',
139 'common/debug_flags.cc', 139 'common/debug_flags.cc',
140 'common/debug_flags.h', 140 'common/debug_flags.h',
141 'common/desktop_notification_messages.h', 141 'common/desktop_notification_messages.h',
142 'common/device_orientation_messages.h', 142 'common/device_orientation_messages.h',
143 'common/devtools_messages.cc',
144 'common/devtools_messages.h', 143 'common/devtools_messages.h',
145 'common/dom_storage_messages.h', 144 'common/dom_storage_messages.h',
146 'common/drag_messages.h', 145 'common/drag_messages.h',
147 'common/edit_command.h', 146 'common/edit_command.h',
148 'common/fileapi/file_system_dispatcher.cc', 147 'common/fileapi/file_system_dispatcher.cc',
149 'common/fileapi/file_system_dispatcher.h', 148 'common/fileapi/file_system_dispatcher.h',
150 'common/fileapi/file_system_messages.h', 149 'common/fileapi/file_system_messages.h',
151 'common/fileapi/webblob_messages.h', 150 'common/fileapi/webblob_messages.h',
152 'common/fileapi/webblobregistry_impl.cc', 151 'common/fileapi/webblobregistry_impl.cc',
153 'common/fileapi/webblobregistry_impl.h', 152 'common/fileapi/webblobregistry_impl.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 '../build/extract_from_cab.py', 479 '../build/extract_from_cab.py',
481 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 480 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
482 '<(output)', 481 '<(output)',
483 '<(PRODUCT_DIR)', 482 '<(PRODUCT_DIR)',
484 ], 483 ],
485 }, 484 },
486 ] 485 ]
487 }] 486 }]
488 ], 487 ],
489 } 488 }
OLDNEW
« no previous file with comments | « content/common/devtools_messages.cc ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698