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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'public/common/file_chooser_params.h', | 64 'public/common/file_chooser_params.h', |
65 'public/common/frame_navigate_params.cc', | 65 'public/common/frame_navigate_params.cc', |
66 'public/common/frame_navigate_params.h', | 66 'public/common/frame_navigate_params.h', |
67 'public/common/geoposition.cc', | 67 'public/common/geoposition.cc', |
68 'public/common/geoposition.h', | 68 'public/common/geoposition.h', |
69 'public/common/gpu_memory_stats.cc', | 69 'public/common/gpu_memory_stats.cc', |
70 'public/common/gpu_memory_stats.h', | 70 'public/common/gpu_memory_stats.h', |
71 'public/common/injection_test_mac.h', | 71 'public/common/injection_test_mac.h', |
72 'public/common/injection_test_win.h', | 72 'public/common/injection_test_win.h', |
73 'public/common/javascript_message_type.h', | 73 'public/common/javascript_message_type.h', |
| 74 'public/common/manifest.cc', |
| 75 'public/common/manifest.h', |
74 'public/common/main_function_params.h', | 76 'public/common/main_function_params.h', |
75 'public/common/media_stream_request.cc', | 77 'public/common/media_stream_request.cc', |
76 'public/common/media_stream_request.h', | 78 'public/common/media_stream_request.h', |
77 'public/common/menu_item.cc', | 79 'public/common/menu_item.cc', |
78 'public/common/menu_item.h', | 80 'public/common/menu_item.h', |
79 'public/common/page_state.cc', | 81 'public/common/page_state.cc', |
80 'public/common/page_state.h', | 82 'public/common/page_state.h', |
81 'public/common/page_transition_types.cc', | 83 'public/common/page_transition_types.cc', |
82 'public/common/page_transition_types.h', | 84 'public/common/page_transition_types.h', |
83 'public/common/page_transition_types_list.h', | 85 'public/common/page_transition_types_list.h', |
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 ], | 908 ], |
907 'sources': [ | 909 'sources': [ |
908 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 910 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
909 ], | 911 ], |
910 'sources!': [ | 912 'sources!': [ |
911 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 913 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
912 ], | 914 ], |
913 }], | 915 }], |
914 ], | 916 ], |
915 } | 917 } |
OLD | NEW |