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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'public/common/geoposition.cc', | 48 'public/common/geoposition.cc', |
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', |
| 59 'public/common/page_state_ios.cc', |
| 60 'public/common/page_state_webkit.cc', |
| 61 'public/common/page_state.h', |
58 'public/common/page_transition_types.cc', | 62 'public/common/page_transition_types.cc', |
59 'public/common/page_transition_types.h', | 63 'public/common/page_transition_types.h', |
60 'public/common/page_transition_types_list.h', | 64 'public/common/page_transition_types_list.h', |
61 'public/common/page_type.h', | 65 'public/common/page_type.h', |
62 'public/common/page_zoom.h', | 66 'public/common/page_zoom.h', |
63 'public/common/password_form.cc', | 67 'public/common/password_form.cc', |
64 'public/common/password_form.h', | 68 'public/common/password_form.h', |
65 'public/common/pepper_plugin_info.cc', | 69 'public/common/pepper_plugin_info.cc', |
66 'public/common/pepper_plugin_info.h', | 70 'public/common/pepper_plugin_info.h', |
67 'public/common/process_type.h', | 71 'public/common/process_type.h', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 'sources/': [ | 369 'sources/': [ |
366 # iOS only needs a small portion of content; exclude all the | 370 # iOS only needs a small portion of content; exclude all the |
367 # implementation, and re-include what is used. | 371 # implementation, and re-include what is used. |
368 ['exclude', '\\.(cc|mm)$'], | 372 ['exclude', '\\.(cc|mm)$'], |
369 ['include', '_ios\\.(cc|mm)$'], | 373 ['include', '_ios\\.(cc|mm)$'], |
370 ['include', '^public/common/content_client\\.cc$'], | 374 ['include', '^public/common/content_client\\.cc$'], |
371 ['include', '^public/common/content_constants\\.cc$'], | 375 ['include', '^public/common/content_constants\\.cc$'], |
372 ['include', '^public/common/content_switches\\.cc$'], | 376 ['include', '^public/common/content_switches\\.cc$'], |
373 ['include', '^public/common/frame_navigate_params\\.cc$'], | 377 ['include', '^public/common/frame_navigate_params\\.cc$'], |
374 ['include', '^public/common/media_stream_request\\.cc$'], | 378 ['include', '^public/common/media_stream_request\\.cc$'], |
| 379 ['include', '^public/common/page_state\\.cc$'], |
375 ['include', '^public/common/page_transition_types\\.cc$'], | 380 ['include', '^public/common/page_transition_types\\.cc$'], |
376 ['include', '^public/common/password_form\\.cc$'], | 381 ['include', '^public/common/password_form\\.cc$'], |
377 ['include', '^public/common/speech_recognition_result\\.cc$'], | 382 ['include', '^public/common/speech_recognition_result\\.cc$'], |
378 ['include', '^public/common/ssl_status\\.cc$'], | 383 ['include', '^public/common/ssl_status\\.cc$'], |
379 ['include', '^public/common/url_constants\\.cc$'], | 384 ['include', '^public/common/url_constants\\.cc$'], |
380 ['include', '^common/content_paths\\.cc$'], | 385 ['include', '^common/content_paths\\.cc$'], |
381 ['include', '^common/media/media_stream_options\\.cc$'], | 386 ['include', '^common/media/media_stream_options\\.cc$'], |
382 ['include', '^common/net/url_fetcher\\.cc$'], | 387 ['include', '^common/net/url_fetcher\\.cc$'], |
383 ['include', '^common/net/url_request_user_data\\.cc$'], | 388 ['include', '^common/net/url_request_user_data\\.cc$'], |
384 ['include', '^common/savable_url_schemes\\.cc$'], | 389 ['include', '^common/savable_url_schemes\\.cc$'], |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
559 '<(output)', | 564 '<(output)', |
560 '<(PRODUCT_DIR)', | 565 '<(PRODUCT_DIR)', |
561 ], | 566 ], |
562 'msvs_cygwin_shell': 1, | 567 'msvs_cygwin_shell': 1, |
563 }, | 568 }, |
564 ] | 569 ] |
565 }], | 570 }], |
566 ], | 571 ], |
567 } | 572 } |
OLD | NEW |