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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11348231: Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing dep Created 8 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 | « no previous file | content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after
2210 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 2210 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
2211 '../printing/printing.gyp:printing', 2211 '../printing/printing.gyp:printing',
2212 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2212 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2213 '../third_party/expat/expat.gyp:expat', 2213 '../third_party/expat/expat.gyp:expat',
2214 '../third_party/hunspell/hunspell.gyp:hunspell', 2214 '../third_party/hunspell/hunspell.gyp:hunspell',
2215 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2215 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2216 '../third_party/libjingle/libjingle.gyp:libjingle', 2216 '../third_party/libjingle/libjingle.gyp:libjingle',
2217 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2217 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2218 '../third_party/npapi/npapi.gyp:npapi', 2218 '../third_party/npapi/npapi.gyp:npapi',
2219 '../third_party/re2/re2.gyp:re2', 2219 '../third_party/re2/re2.gyp:re2',
2220 '../ui/gl/gl.gyp:gl',
2220 '../ui/surface/surface.gyp:surface', 2221 '../ui/surface/surface.gyp:surface',
2221 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2222 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2222 '../v8/tools/gyp/v8.gyp:v8', 2223 '../v8/tools/gyp/v8.gyp:v8',
2223 '../webkit/support/webkit_support.gyp:glue', 2224 '../webkit/support/webkit_support.gyp:glue',
2224 '../webkit/support/webkit_support.gyp:webkit_resources', 2225 '../webkit/support/webkit_support.gyp:webkit_resources',
2225 '../webkit/support/webkit_support.gyp:webkit_storage', 2226 '../webkit/support/webkit_support.gyp:webkit_storage',
2226 ], 2227 ],
2227 'defines': [ 2228 'defines': [
2228 '<@(nacl_defines)', 2229 '<@(nacl_defines)',
2229 ], 2230 ],
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 'proto_in_dir': '../third_party/cros_system_api/dbus', 3071 'proto_in_dir': '../third_party/cros_system_api/dbus',
3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3072 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3072 }, 3073 },
3073 'includes': ['../build/protoc.gypi'], 3074 'includes': ['../build/protoc.gypi'],
3074 }, 3075 },
3075 ], 3076 ],
3076 }, 3077 },
3077 ], 3078 ],
3078 ], 3079 ],
3079 } 3080 }
OLDNEW
« no previous file with comments | « no previous file | content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698