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 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'public/common/geoposition.h', | 49 'public/common/geoposition.h', |
50 'public/common/gpu_memory_stats.cc', | 50 'public/common/gpu_memory_stats.cc', |
51 'public/common/gpu_memory_stats.h', | 51 'public/common/gpu_memory_stats.h', |
52 'public/common/injection_test_mac.h', | 52 'public/common/injection_test_mac.h', |
53 'public/common/injection_test_win.h', | 53 'public/common/injection_test_win.h', |
54 'public/common/javascript_message_type.h', | 54 'public/common/javascript_message_type.h', |
55 'public/common/main_function_params.h', | 55 'public/common/main_function_params.h', |
56 'public/common/media_stream_request.cc', | 56 'public/common/media_stream_request.cc', |
57 'public/common/media_stream_request.h', | 57 'public/common/media_stream_request.h', |
58 'public/common/page_state.cc', | 58 'public/common/page_state.cc', |
59 'public/common/page_state_ios.cc', | |
60 'public/common/page_state_webkit.cc', | |
61 'public/common/page_state.h', | 59 'public/common/page_state.h', |
62 'public/common/page_transition_types.cc', | 60 'public/common/page_transition_types.cc', |
63 'public/common/page_transition_types.h', | 61 'public/common/page_transition_types.h', |
64 'public/common/page_transition_types_list.h', | 62 'public/common/page_transition_types_list.h', |
65 'public/common/page_type.h', | 63 'public/common/page_type.h', |
66 'public/common/page_zoom.h', | 64 'public/common/page_zoom.h', |
67 'public/common/password_form.cc', | 65 'public/common/password_form.cc', |
68 'public/common/password_form.h', | 66 'public/common/password_form.h', |
69 'public/common/pepper_plugin_info.cc', | 67 'public/common/pepper_plugin_info.cc', |
70 'public/common/pepper_plugin_info.h', | 68 'public/common/pepper_plugin_info.h', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 'common/memory_benchmark_messages.h', | 267 'common/memory_benchmark_messages.h', |
270 'common/message_router.cc', | 268 'common/message_router.cc', |
271 'common/message_router.h', | 269 'common/message_router.h', |
272 'common/mime_registry_messages.h', | 270 'common/mime_registry_messages.h', |
273 'common/navigation_gesture.h', | 271 'common/navigation_gesture.h', |
274 'common/net/url_fetcher.cc', | 272 'common/net/url_fetcher.cc', |
275 'common/net/url_request_user_data.cc', | 273 'common/net/url_request_user_data.cc', |
276 'common/net/url_request_user_data.h', | 274 'common/net/url_request_user_data.h', |
277 'common/p2p_messages.h', | 275 'common/p2p_messages.h', |
278 'common/p2p_sockets.h', | 276 'common/p2p_sockets.h', |
| 277 'common/page_state_serialization.cc', |
| 278 'common/page_state_serialization.h', |
279 'common/page_zoom.cc', | 279 'common/page_zoom.cc', |
280 'common/pepper_messages.h', | 280 'common/pepper_messages.h', |
281 'common/pepper_plugin_registry.cc', | 281 'common/pepper_plugin_registry.cc', |
282 'common/pepper_plugin_registry.h', | 282 'common/pepper_plugin_registry.h', |
283 'common/pepper_renderer_instance_data.cc', | 283 'common/pepper_renderer_instance_data.cc', |
284 'common/pepper_renderer_instance_data.h', | 284 'common/pepper_renderer_instance_data.h', |
285 'common/plugin_carbon_interpose_constants_mac.cc', | 285 'common/plugin_carbon_interpose_constants_mac.cc', |
286 'common/plugin_carbon_interpose_constants_mac.h', | 286 'common/plugin_carbon_interpose_constants_mac.h', |
287 'common/plugin_process_messages.h', | 287 'common/plugin_process_messages.h', |
288 'common/process_type.cc', | 288 'common/process_type.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 ['include', '^public/common/page_state\\.cc$'], | 352 ['include', '^public/common/page_state\\.cc$'], |
353 ['include', '^public/common/page_transition_types\\.cc$'], | 353 ['include', '^public/common/page_transition_types\\.cc$'], |
354 ['include', '^public/common/password_form\\.cc$'], | 354 ['include', '^public/common/password_form\\.cc$'], |
355 ['include', '^public/common/speech_recognition_result\\.cc$'], | 355 ['include', '^public/common/speech_recognition_result\\.cc$'], |
356 ['include', '^public/common/ssl_status\\.cc$'], | 356 ['include', '^public/common/ssl_status\\.cc$'], |
357 ['include', '^public/common/url_constants\\.cc$'], | 357 ['include', '^public/common/url_constants\\.cc$'], |
358 ['include', '^common/content_paths\\.cc$'], | 358 ['include', '^common/content_paths\\.cc$'], |
359 ['include', '^common/media/media_stream_options\\.cc$'], | 359 ['include', '^common/media/media_stream_options\\.cc$'], |
360 ['include', '^common/net/url_fetcher\\.cc$'], | 360 ['include', '^common/net/url_fetcher\\.cc$'], |
361 ['include', '^common/net/url_request_user_data\\.cc$'], | 361 ['include', '^common/net/url_request_user_data\\.cc$'], |
| 362 ['include', '^common/page_state_serialization\\.cc$'], |
362 ['include', '^common/savable_url_schemes\\.cc$'], | 363 ['include', '^common/savable_url_schemes\\.cc$'], |
363 ['include', '^common/url_schemes\\.cc$'], | 364 ['include', '^common/url_schemes\\.cc$'], |
364 ], | 365 ], |
365 }, { # OS!="ios" | 366 }, { # OS!="ios" |
366 'dependencies': [ | 367 'dependencies': [ |
367 '../cc/cc.gyp:cc', | 368 '../cc/cc.gyp:cc', |
368 '../gpu/gpu.gyp:gles2_c_lib', | 369 '../gpu/gpu.gyp:gles2_c_lib', |
369 '../gpu/gpu.gyp:gles2_implementation', | 370 '../gpu/gpu.gyp:gles2_implementation', |
370 '../gpu/gpu.gyp:gpu_ipc', | 371 '../gpu/gpu.gyp:gpu_ipc', |
371 '../ipc/ipc.gyp:ipc', | 372 '../ipc/ipc.gyp:ipc', |
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 536 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
536 '<(output)', | 537 '<(output)', |
537 '<(PRODUCT_DIR)', | 538 '<(PRODUCT_DIR)', |
538 ], | 539 ], |
539 'msvs_cygwin_shell': 1, | 540 'msvs_cygwin_shell': 1, |
540 }, | 541 }, |
541 ] | 542 ] |
542 }], | 543 }], |
543 ], | 544 ], |
544 } | 545 } |
OLD | NEW |