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

Side by Side Diff: content/content_common.gypi

Issue 8382021: Move resource_codes to content/public/common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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/result_codes.h ('k') | content/gpu/gpu_watchdog_thread.cc » ('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 25 matching lines...) Expand all
36 'public/common/dx_diag_node.cc', 36 'public/common/dx_diag_node.cc',
37 'public/common/dx_diag_node.h', 37 'public/common/dx_diag_node.h',
38 'public/common/gpu_info.cc', 38 'public/common/gpu_info.cc',
39 'public/common/gpu_info.h', 39 'public/common/gpu_info.h',
40 'public/common/page_transition_types.cc', 40 'public/common/page_transition_types.cc',
41 'public/common/page_transition_types.h', 41 'public/common/page_transition_types.h',
42 'public/common/page_type.h', 42 'public/common/page_type.h',
43 'public/common/pepper_plugin_info.cc', 43 'public/common/pepper_plugin_info.cc',
44 'public/common/pepper_plugin_info.h', 44 'public/common/pepper_plugin_info.h',
45 'public/common/resource_dispatcher_delegate.h', 45 'public/common/resource_dispatcher_delegate.h',
46 'public/common/result_codes.h',
46 'public/common/security_style.h', 47 'public/common/security_style.h',
47 'public/common/serialized_script_value.cc', 48 'public/common/serialized_script_value.cc',
48 'public/common/serialized_script_value.h', 49 'public/common/serialized_script_value.h',
49 'public/common/url_constants.cc', 50 'public/common/url_constants.cc',
50 'public/common/url_constants.h', 51 'public/common/url_constants.h',
51 'public/common/url_fetcher_delegate.h', 52 'public/common/url_fetcher_delegate.h',
52 'public/common/view_types.h', 53 'public/common/view_types.h',
53 'common/appcache/appcache_backend_proxy.cc', 54 'common/appcache/appcache_backend_proxy.cc',
54 'common/appcache/appcache_backend_proxy.h', 55 'common/appcache/appcache_backend_proxy.h',
55 'common/appcache/appcache_dispatcher.cc', 56 'common/appcache/appcache_dispatcher.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 ], 325 ],
325 'link_settings': { 326 'link_settings': {
326 'libraries': [ 327 'libraries': [
327 '-lEGL', 328 '-lEGL',
328 '-lGLESv2', 329 '-lGLESv2',
329 ], 330 ],
330 }, 331 },
331 }], 332 }],
332 ], 333 ],
333 } 334 }
OLDNEW
« no previous file with comments | « content/common/result_codes.h ('k') | content/gpu/gpu_watchdog_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698