OLD | NEW |
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 29 matching lines...) Expand all Loading... |
40 'public/common/compositor_util.h', | 40 'public/common/compositor_util.h', |
41 'public/common/content_constants.cc', | 41 'public/common/content_constants.cc', |
42 'public/common/content_constants.h', | 42 'public/common/content_constants.h', |
43 'public/common/content_descriptors.h', | 43 'public/common/content_descriptors.h', |
44 'public/common/content_paths.h', | 44 'public/common/content_paths.h', |
45 'public/common/content_restriction.h', | 45 'public/common/content_restriction.h', |
46 'public/common/content_switches.cc', | 46 'public/common/content_switches.cc', |
47 'public/common/content_switches.h', | 47 'public/common/content_switches.h', |
48 'public/common/context_menu_params.cc', | 48 'public/common/context_menu_params.cc', |
49 'public/common/context_menu_params.h', | 49 'public/common/context_menu_params.h', |
| 50 'public/common/context_menu_source_type.h', |
50 'public/common/console_message_level.h', | 51 'public/common/console_message_level.h', |
51 'public/common/dx_diag_node.cc', | 52 'public/common/dx_diag_node.cc', |
52 'public/common/dx_diag_node.h', | 53 'public/common/dx_diag_node.h', |
53 'public/common/file_chooser_params.cc', | 54 'public/common/file_chooser_params.cc', |
54 'public/common/file_chooser_params.h', | 55 'public/common/file_chooser_params.h', |
55 'public/common/frame_navigate_params.cc', | 56 'public/common/frame_navigate_params.cc', |
56 'public/common/frame_navigate_params.h', | 57 'public/common/frame_navigate_params.h', |
57 'public/common/geoposition.cc', | 58 'public/common/geoposition.cc', |
58 'public/common/geoposition.h', | 59 'public/common/geoposition.h', |
59 'public/common/gpu_feature_type.h', | 60 'public/common/gpu_feature_type.h', |
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
519 '../build/extract_from_cab.py', | 520 '../build/extract_from_cab.py', |
520 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 521 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
521 '<(output)', | 522 '<(output)', |
522 '<(PRODUCT_DIR)', | 523 '<(PRODUCT_DIR)', |
523 ], | 524 ], |
524 }, | 525 }, |
525 ] | 526 ] |
526 }] | 527 }] |
527 ], | 528 ], |
528 } | 529 } |
OLD | NEW |