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

Side by Side Diff: content/content_common.gypi

Issue 14985014: Introduce content::PageState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to the top of page_state.h Created 7 years, 7 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 | Annotate | Revision Log
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 '../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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'public/common/gpu_memory_stats.cc', 55 'public/common/gpu_memory_stats.cc',
56 'public/common/gpu_memory_stats.h', 56 'public/common/gpu_memory_stats.h',
57 'public/common/gpu_performance_stats.h', 57 'public/common/gpu_performance_stats.h',
58 'public/common/gpu_switching_option.h', 58 'public/common/gpu_switching_option.h',
59 'public/common/injection_test_mac.h', 59 'public/common/injection_test_mac.h',
60 'public/common/injection_test_win.h', 60 'public/common/injection_test_win.h',
61 'public/common/javascript_message_type.h', 61 'public/common/javascript_message_type.h',
62 'public/common/main_function_params.h', 62 'public/common/main_function_params.h',
63 'public/common/media_stream_request.cc', 63 'public/common/media_stream_request.cc',
64 'public/common/media_stream_request.h', 64 'public/common/media_stream_request.h',
65 'public/common/page_state.cc',
66 'public/common/page_state_ios.cc',
67 'public/common/page_state.h',
65 'public/common/page_transition_types.cc', 68 'public/common/page_transition_types.cc',
66 'public/common/page_transition_types.h', 69 'public/common/page_transition_types.h',
67 'public/common/page_transition_types_list.h', 70 'public/common/page_transition_types_list.h',
68 'public/common/page_type.h', 71 'public/common/page_type.h',
69 'public/common/page_zoom.h', 72 'public/common/page_zoom.h',
70 'public/common/password_form.cc', 73 'public/common/password_form.cc',
71 'public/common/password_form.h', 74 'public/common/password_form.h',
72 'public/common/pepper_plugin_info.cc', 75 'public/common/pepper_plugin_info.cc',
73 'public/common/pepper_plugin_info.h', 76 'public/common/pepper_plugin_info.h',
74 'public/common/process_type.h', 77 'public/common/process_type.h',
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 567 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
565 '<(output)', 568 '<(output)',
566 '<(PRODUCT_DIR)', 569 '<(PRODUCT_DIR)',
567 ], 570 ],
568 'msvs_cygwin_shell': 1, 571 'msvs_cygwin_shell': 1,
569 }, 572 },
570 ] 573 ]
571 }], 574 }],
572 ], 575 ],
573 } 576 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698