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

Side by Side Diff: content/content_common.gypi

Issue 8652002: Move PropertyBag to base. Originally this was in chrome\common because only chrome used it. Now t... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: move to base namespace and forward declare where possible Created 9 years, 1 month 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/property_bag_unittest.cc ('k') | content/content_tests.gypi » ('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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'common/pepper_messages.h', 198 'common/pepper_messages.h',
199 'common/pepper_plugin_registry.cc', 199 'common/pepper_plugin_registry.cc',
200 'common/pepper_plugin_registry.h', 200 'common/pepper_plugin_registry.h',
201 'common/plugin_carbon_interpose_constants_mac.cc', 201 'common/plugin_carbon_interpose_constants_mac.cc',
202 'common/plugin_carbon_interpose_constants_mac.h', 202 'common/plugin_carbon_interpose_constants_mac.h',
203 'common/plugin_messages.h', 203 'common/plugin_messages.h',
204 'common/process_watcher.h', 204 'common/process_watcher.h',
205 'common/process_watcher_mac.cc', 205 'common/process_watcher_mac.cc',
206 'common/process_watcher_posix.cc', 206 'common/process_watcher_posix.cc',
207 'common/process_watcher_win.cc', 207 'common/process_watcher_win.cc',
208 'common/property_bag.cc',
209 'common/property_bag.h',
210 'common/quota_messages.h', 208 'common/quota_messages.h',
211 'common/quota_dispatcher.cc', 209 'common/quota_dispatcher.cc',
212 'common/quota_dispatcher.h', 210 'common/quota_dispatcher.h',
213 'common/request_extra_data.cc', 211 'common/request_extra_data.cc',
214 'common/request_extra_data.h', 212 'common/request_extra_data.h',
215 'common/resource_dispatcher.cc', 213 'common/resource_dispatcher.cc',
216 'common/resource_dispatcher.h', 214 'common/resource_dispatcher.h',
217 'common/resource_messages.h', 215 'common/resource_messages.h',
218 'common/resource_response.cc', 216 'common/resource_response.cc',
219 'common/resource_response.h', 217 'common/resource_response.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 ], 336 ],
339 'link_settings': { 337 'link_settings': {
340 'libraries': [ 338 'libraries': [
341 '-lEGL', 339 '-lEGL',
342 '-lGLESv2', 340 '-lGLESv2',
343 ], 341 ],
344 }, 342 },
345 }], 343 }],
346 ], 344 ],
347 } 345 }
OLDNEW
« no previous file with comments | « content/common/property_bag_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698