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

Side by Side Diff: content/content_common.gypi

Issue 1612663002: Use a valid /prefetch argument when launching a process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bit
Patch Set: Created 4 years, 11 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
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 '../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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'public/common/origin_util.h', 101 'public/common/origin_util.h',
102 'public/common/page_state.cc', 102 'public/common/page_state.cc',
103 'public/common/page_state.h', 103 'public/common/page_state.h',
104 'public/common/page_type.h', 104 'public/common/page_type.h',
105 'public/common/page_zoom.h', 105 'public/common/page_zoom.h',
106 'public/common/pepper_plugin_info.cc', 106 'public/common/pepper_plugin_info.cc',
107 'public/common/pepper_plugin_info.h', 107 'public/common/pepper_plugin_info.h',
108 'public/common/persistent_notification_status.h', 108 'public/common/persistent_notification_status.h',
109 'public/common/platform_notification_data.cc', 109 'public/common/platform_notification_data.cc',
110 'public/common/platform_notification_data.h', 110 'public/common/platform_notification_data.h',
111 'public/common/prefetch_argument_win.cc',
112 'public/common/prefetch_argument_win.h',
111 'public/common/presentation_constants.cc', 113 'public/common/presentation_constants.cc',
112 'public/common/presentation_constants.h', 114 'public/common/presentation_constants.h',
113 'public/common/process_type.h', 115 'public/common/process_type.h',
114 'public/common/push_messaging_status.cc', 116 'public/common/push_messaging_status.cc',
115 'public/common/push_messaging_status.h', 117 'public/common/push_messaging_status.h',
116 'public/common/referrer.cc', 118 'public/common/referrer.cc',
117 'public/common/referrer.h', 119 'public/common/referrer.h',
118 'public/common/renderer_preferences.cc', 120 'public/common/renderer_preferences.cc',
119 'public/common/renderer_preferences.h', 121 'public/common/renderer_preferences.h',
120 'public/common/request_context_frame_type.h', 122 'public/common/request_context_frame_type.h',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 '-p', '<(project_path)', 1015 '-p', '<(project_path)',
1014 '<@(_inputs)', 1016 '<@(_inputs)',
1015 ], 1017 ],
1016 'process_outputs_as_sources': 1, 1018 'process_outputs_as_sources': 1,
1017 'message': 'Generating libva stubs for dynamic loading', 1019 'message': 'Generating libva stubs for dynamic loading',
1018 }, 1020 },
1019 ] 1021 ]
1020 }], 1022 }],
1021 ['OS=="win"', { 1023 ['OS=="win"', {
1022 'dependencies': [ 1024 'dependencies': [
1025 '../components/components.gyp:startup_metric_utils_common',
1023 '../media/media.gyp:media', 1026 '../media/media.gyp:media',
1024 '../ui/gl/gl.gyp:gl', 1027 '../ui/gl/gl.gyp:gl',
1025 ], 1028 ],
1026 'link_settings': { 1029 'link_settings': {
1027 'libraries': [ 1030 'libraries': [
1028 '-ld3d9.lib', 1031 '-ld3d9.lib',
1029 '-ld3d11.lib', 1032 '-ld3d11.lib',
1030 '-ldxva2.lib', 1033 '-ldxva2.lib',
1031 '-lstrmiids.lib', 1034 '-lstrmiids.lib',
1032 '-lmf.lib', 1035 '-lmf.lib',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1115 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1116 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1117 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1118 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1119 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1120 ], 1123 ],
1121 }], 1124 }],
1122 ], 1125 ],
1123 } 1126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698