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

Side by Side Diff: content/content_common.gypi

Issue 8346017: Move content_browser_client.h to public, and while at it, move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a file post merge. Created 9 years, 2 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/content_browser.gypi ('k') | content/public/browser/content_browser_client.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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'common/view_message_enums.h', 245 'common/view_message_enums.h',
246 'common/web_database_observer_impl.cc', 246 'common/web_database_observer_impl.cc',
247 'common/web_database_observer_impl.h', 247 'common/web_database_observer_impl.h',
248 'common/webblobregistry_impl.cc', 248 'common/webblobregistry_impl.cc',
249 'common/webblobregistry_impl.h', 249 'common/webblobregistry_impl.h',
250 'common/webblob_messages.h', 250 'common/webblob_messages.h',
251 'common/webkit_param_traits.cc', 251 'common/webkit_param_traits.cc',
252 'common/webkit_param_traits.h', 252 'common/webkit_param_traits.h',
253 'common/webmessageportchannel_impl.cc', 253 'common/webmessageportchannel_impl.cc',
254 'common/webmessageportchannel_impl.h', 254 'common/webmessageportchannel_impl.h',
255 'common/window_container_type.cc',
256 'common/window_container_type.h',
257 'common/worker_messages.h', 255 'common/worker_messages.h',
258 'public/common/content_client.cc', 256 'public/common/content_client.cc',
259 'public/common/content_client.h', 257 'public/common/content_client.h',
258 'public/common/window_container_type.cc',
259 'public/common/window_container_type.h',
260 ], 260 ],
261 'conditions': [ 261 'conditions': [
262 ['OS!="win"', { 262 ['OS!="win"', {
263 'sources!': [ 263 'sources!': [
264 'common/sandbox_policy.cc', 264 'common/sandbox_policy.cc',
265 'common/sandbox_policy.h', 265 'common/sandbox_policy.h',
266 ], 266 ],
267 }], 267 }],
268 ['OS=="mac"', { 268 ['OS=="mac"', {
269 'sources!': [ 269 'sources!': [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 ], 330 ],
331 'link_settings': { 331 'link_settings': {
332 'libraries': [ 332 'libraries': [
333 '-lEGL', 333 '-lEGL',
334 '-lGLESv2', 334 '-lGLESv2',
335 ], 335 ],
336 }, 336 },
337 }], 337 }],
338 ], 338 ],
339 } 339 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698