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

Side by Side Diff: content/content_common.gypi

Issue 8772041: Remove deprecated TabContentsDelegate::OpenURLFromTab variant (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years 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/browser_thread.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'public/common/gpu_info.cc', 45 'public/common/gpu_info.cc',
46 'public/common/gpu_info.h', 46 'public/common/gpu_info.h',
47 'public/common/main_function_params.h', 47 'public/common/main_function_params.h',
48 'public/common/page_transition_types.cc', 48 'public/common/page_transition_types.cc',
49 'public/common/page_transition_types.h', 49 'public/common/page_transition_types.h',
50 'public/common/page_type.h', 50 'public/common/page_type.h',
51 'public/common/page_zoom.h', 51 'public/common/page_zoom.h',
52 'public/common/pepper_plugin_info.cc', 52 'public/common/pepper_plugin_info.cc',
53 'public/common/pepper_plugin_info.h', 53 'public/common/pepper_plugin_info.h',
54 'public/common/process_type.h', 54 'public/common/process_type.h',
55 'public/common/referrer.h',
55 'public/common/renderer_preferences.cc', 56 'public/common/renderer_preferences.cc',
56 'public/common/renderer_preferences.h', 57 'public/common/renderer_preferences.h',
57 'public/common/resource_dispatcher_delegate.h', 58 'public/common/resource_dispatcher_delegate.h',
58 'public/common/resource_response.h', 59 'public/common/resource_response.h',
59 'public/common/result_codes.h', 60 'public/common/result_codes.h',
60 'public/common/sandbox_init.h', 61 'public/common/sandbox_init.h',
61 'public/common/sandbox_type_mac.h', 62 'public/common/sandbox_type_mac.h',
62 'public/common/security_style.h', 63 'public/common/security_style.h',
63 'public/common/serialized_script_value.cc', 64 'public/common/serialized_script_value.cc',
64 'public/common/serialized_script_value.h', 65 'public/common/serialized_script_value.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 ], 318 ],
318 'link_settings': { 319 'link_settings': {
319 'libraries': [ 320 'libraries': [
320 '-lEGL', 321 '-lEGL',
321 '-lGLESv2', 322 '-lGLESv2',
322 ], 323 ],
323 }, 324 },
324 }], 325 }],
325 ], 326 ],
326 } 327 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/browser_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698