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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 21 matching lines...) Expand all Loading... |
32 'public/common/content_paths.h', | 32 'public/common/content_paths.h', |
33 'public/common/content_restriction.h', | 33 'public/common/content_restriction.h', |
34 'public/common/content_switches.cc', | 34 'public/common/content_switches.cc', |
35 'public/common/content_switches.h', | 35 'public/common/content_switches.h', |
36 'public/common/context_menu_params.cc', | 36 'public/common/context_menu_params.cc', |
37 'public/common/context_menu_params.h', | 37 'public/common/context_menu_params.h', |
38 'public/common/context_menu_source_type.h', | 38 'public/common/context_menu_source_type.h', |
39 'public/common/console_message_level.h', | 39 'public/common/console_message_level.h', |
40 'public/common/dx_diag_node.cc', | 40 'public/common/dx_diag_node.cc', |
41 'public/common/dx_diag_node.h', | 41 'public/common/dx_diag_node.h', |
| 42 'public/common/favicon_url.cc', |
| 43 'public/common/favicon_url.h', |
42 'public/common/file_chooser_params.cc', | 44 'public/common/file_chooser_params.cc', |
43 'public/common/file_chooser_params.h', | 45 'public/common/file_chooser_params.h', |
44 'public/common/frame_navigate_params.cc', | 46 'public/common/frame_navigate_params.cc', |
45 'public/common/frame_navigate_params.h', | 47 'public/common/frame_navigate_params.h', |
46 'public/common/geoposition.cc', | 48 'public/common/geoposition.cc', |
47 'public/common/geoposition.h', | 49 'public/common/geoposition.h', |
48 'public/common/gpu_feature_type.h', | 50 'public/common/gpu_feature_type.h', |
49 'public/common/gpu_info.cc', | 51 'public/common/gpu_info.cc', |
50 'public/common/gpu_info.h', | 52 'public/common/gpu_info.h', |
51 'public/common/gpu_memory_stats.cc', | 53 'public/common/gpu_memory_stats.cc', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 'common/gpu/media/mac_video_decode_accelerator.h', | 248 'common/gpu/media/mac_video_decode_accelerator.h', |
247 'common/gpu/media/mac_video_decode_accelerator.mm', | 249 'common/gpu/media/mac_video_decode_accelerator.mm', |
248 'common/gpu/media/gpu_video_decode_accelerator.cc', | 250 'common/gpu/media/gpu_video_decode_accelerator.cc', |
249 'common/gpu/media/gpu_video_decode_accelerator.h', | 251 'common/gpu/media/gpu_video_decode_accelerator.h', |
250 'common/gpu/sync_point_manager.h', | 252 'common/gpu/sync_point_manager.h', |
251 'common/gpu/sync_point_manager.cc', | 253 'common/gpu/sync_point_manager.cc', |
252 'common/gpu/texture_image_transport_surface.h', | 254 'common/gpu/texture_image_transport_surface.h', |
253 'common/gpu/texture_image_transport_surface.cc', | 255 'common/gpu/texture_image_transport_surface.cc', |
254 'common/handle_enumerator_win.cc', | 256 'common/handle_enumerator_win.cc', |
255 'common/handle_enumerator_win.h', | 257 'common/handle_enumerator_win.h', |
| 258 'common/icon_messages.h', |
256 'common/indexed_db/indexed_db_key.cc', | 259 'common/indexed_db/indexed_db_key.cc', |
257 'common/indexed_db/indexed_db_key.h', | 260 'common/indexed_db/indexed_db_key.h', |
258 'common/indexed_db/indexed_db_key_path.cc', | 261 'common/indexed_db/indexed_db_key_path.cc', |
259 'common/indexed_db/indexed_db_key_path.h', | 262 'common/indexed_db/indexed_db_key_path.h', |
260 'common/indexed_db/indexed_db_key_range.cc', | 263 'common/indexed_db/indexed_db_key_range.cc', |
261 'common/indexed_db/indexed_db_key_range.h', | 264 'common/indexed_db/indexed_db_key_range.h', |
262 'common/indexed_db/indexed_db_messages.h', | 265 'common/indexed_db/indexed_db_messages.h', |
263 'common/indexed_db/indexed_db_param_traits.cc', | 266 'common/indexed_db/indexed_db_param_traits.cc', |
264 'common/indexed_db/indexed_db_param_traits.h', | 267 'common/indexed_db/indexed_db_param_traits.h', |
265 'common/indexed_db/indexed_db_dispatcher.cc', | 268 'common/indexed_db/indexed_db_dispatcher.cc', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 '../build/extract_from_cab.py', | 568 '../build/extract_from_cab.py', |
566 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 569 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
567 '<(output)', | 570 '<(output)', |
568 '<(PRODUCT_DIR)', | 571 '<(PRODUCT_DIR)', |
569 ], | 572 ], |
570 }, | 573 }, |
571 ] | 574 ] |
572 }], | 575 }], |
573 ], | 576 ], |
574 } | 577 } |
OLD | NEW |