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

Side by Side Diff: content/content_common.gypi

Issue 9999002: Revert 130299 - Revert 130298 - Revert 130258 - Make it possible to blacklist gpu's based on the Wi… (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src/
Patch Set: Created 8 years, 8 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/gpu/gpu_info_collector_win.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 # 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 29 matching lines...) Expand all
40 'public/common/content_switches.cc', 40 'public/common/content_switches.cc',
41 'public/common/content_switches.h', 41 'public/common/content_switches.h',
42 'public/common/dx_diag_node.cc', 42 'public/common/dx_diag_node.cc',
43 'public/common/dx_diag_node.h', 43 'public/common/dx_diag_node.h',
44 'public/common/file_chooser_params.cc', 44 'public/common/file_chooser_params.cc',
45 'public/common/file_chooser_params.h', 45 'public/common/file_chooser_params.h',
46 'public/common/frame_navigate_params.cc', 46 'public/common/frame_navigate_params.cc',
47 'public/common/frame_navigate_params.h', 47 'public/common/frame_navigate_params.h',
48 'public/common/gpu_info.cc', 48 'public/common/gpu_info.cc',
49 'public/common/gpu_info.h', 49 'public/common/gpu_info.h',
50 'public/common/gpu_performance_stats.h',
51 'public/common/main_function_params.h', 50 'public/common/main_function_params.h',
52 'public/common/page_transition_types.cc', 51 'public/common/page_transition_types.cc',
53 'public/common/page_transition_types.h', 52 'public/common/page_transition_types.h',
54 'public/common/page_type.h', 53 'public/common/page_type.h',
55 'public/common/page_zoom.h', 54 'public/common/page_zoom.h',
56 'public/common/pepper_plugin_info.cc', 55 'public/common/pepper_plugin_info.cc',
57 'public/common/pepper_plugin_info.h', 56 'public/common/pepper_plugin_info.h',
58 'public/common/process_type.h', 57 'public/common/process_type.h',
59 'public/common/referrer.h', 58 'public/common/referrer.h',
60 'public/common/renderer_preferences.cc', 59 'public/common/renderer_preferences.cc',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 '../build/extract_from_cab.py', 380 '../build/extract_from_cab.py',
382 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 381 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
383 '<(output)', 382 '<(output)',
384 '<(PRODUCT_DIR)', 383 '<(PRODUCT_DIR)',
385 ], 384 ],
386 }, 385 },
387 ] 386 ]
388 }] 387 }]
389 ], 388 ],
390 } 389 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/gpu/gpu_info_collector_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698