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

Side by Side Diff: content/content_common.gypi

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
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:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 30 matching lines...) Expand all
41 'public/common/content_restriction.h', 41 'public/common/content_restriction.h',
42 'public/common/content_switches.cc', 42 'public/common/content_switches.cc',
43 'public/common/content_switches.h', 43 'public/common/content_switches.h',
44 'public/common/context_menu_params.cc', 44 'public/common/context_menu_params.cc',
45 'public/common/context_menu_params.h', 45 'public/common/context_menu_params.h',
46 'public/common/console_message_level.h', 46 'public/common/console_message_level.h',
47 'public/common/dx_diag_node.cc', 47 'public/common/dx_diag_node.cc',
48 'public/common/dx_diag_node.h', 48 'public/common/dx_diag_node.h',
49 'public/common/file_chooser_params.cc', 49 'public/common/file_chooser_params.cc',
50 'public/common/file_chooser_params.h', 50 'public/common/file_chooser_params.h',
51 'public/common/find_match_rect_android.cc',
52 'public/common/find_match_rect_android.h',
51 'public/common/frame_navigate_params.cc', 53 'public/common/frame_navigate_params.cc',
52 'public/common/frame_navigate_params.h', 54 'public/common/frame_navigate_params.h',
53 'public/common/geoposition.cc', 55 'public/common/geoposition.cc',
54 'public/common/geoposition.h', 56 'public/common/geoposition.h',
55 'public/common/gpu_feature_type.h', 57 'public/common/gpu_feature_type.h',
56 'public/common/gpu_info.cc', 58 'public/common/gpu_info.cc',
57 'public/common/gpu_info.h', 59 'public/common/gpu_info.h',
58 'public/common/gpu_performance_stats.h', 60 'public/common/gpu_performance_stats.h',
59 'public/common/javascript_message_type.h', 61 'public/common/javascript_message_type.h',
60 'public/common/main_function_params.h', 62 'public/common/main_function_params.h',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 '../build/extract_from_cab.py', 454 '../build/extract_from_cab.py',
453 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
454 '<(output)', 456 '<(output)',
455 '<(PRODUCT_DIR)', 457 '<(PRODUCT_DIR)',
456 ], 458 ],
457 }, 459 },
458 ] 460 ]
459 }] 461 }]
460 ], 462 ],
461 } 463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698