Chromium Code Reviews| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 57 'public/common/context_menu_params.h', | 57 'public/common/context_menu_params.h', |
| 58 'public/common/drop_data.cc', | 58 'public/common/drop_data.cc', |
| 59 'public/common/drop_data.h', | 59 'public/common/drop_data.h', |
| 60 'public/common/eme_constants.h', | 60 'public/common/eme_constants.h', |
| 61 'public/common/favicon_url.cc', | 61 'public/common/favicon_url.cc', |
| 62 'public/common/favicon_url.h', | 62 'public/common/favicon_url.h', |
| 63 'public/common/file_chooser_params.cc', | 63 'public/common/file_chooser_params.cc', |
| 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/geofencing_region.h', | |
|
Michael van Ouwerkerk
2014/10/06 16:43:42
This file does not seem to exist.
Marijn Kruisselbrink
2014/10/06 19:14:11
Oh yes, that's a very old remnant... removed.
| |
| 67 'public/common/geoposition.cc', | 68 'public/common/geoposition.cc', |
| 68 'public/common/geoposition.h', | 69 'public/common/geoposition.h', |
| 69 'public/common/gpu_memory_stats.cc', | 70 'public/common/gpu_memory_stats.cc', |
| 70 'public/common/gpu_memory_stats.h', | 71 'public/common/gpu_memory_stats.h', |
| 71 'public/common/injection_test_mac.h', | 72 'public/common/injection_test_mac.h', |
| 72 'public/common/injection_test_win.h', | 73 'public/common/injection_test_win.h', |
| 73 'public/common/javascript_message_type.h', | 74 'public/common/javascript_message_type.h', |
| 74 'public/common/manifest.cc', | 75 'public/common/manifest.cc', |
| 75 'public/common/manifest.h', | 76 'public/common/manifest.h', |
| 76 'public/common/main_function_params.h', | 77 'public/common/main_function_params.h', |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 912 ], | 913 ], |
| 913 'sources': [ | 914 'sources': [ |
| 914 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 915 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 915 ], | 916 ], |
| 916 'sources!': [ | 917 'sources!': [ |
| 917 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 918 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 918 ], | 919 ], |
| 919 }], | 920 }], |
| 920 ], | 921 ], |
| 921 } | 922 } |
| OLD | NEW |