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

Side by Side Diff: content/content_common.gypi

Issue 14139013: Hide location bar on Javascript-initiated scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync, merge, address style nits. 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
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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'public/common/show_desktop_notification_params.cc', 87 'public/common/show_desktop_notification_params.cc',
88 'public/common/show_desktop_notification_params.h', 88 'public/common/show_desktop_notification_params.h',
89 'public/common/speech_recognition_error.h', 89 'public/common/speech_recognition_error.h',
90 'public/common/speech_recognition_grammar.h', 90 'public/common/speech_recognition_grammar.h',
91 'public/common/speech_recognition_result.h', 91 'public/common/speech_recognition_result.h',
92 'public/common/speech_recognition_result.cc', 92 'public/common/speech_recognition_result.cc',
93 'public/common/ssl_status.cc', 93 'public/common/ssl_status.cc',
94 'public/common/ssl_status.h', 94 'public/common/ssl_status.h',
95 'public/common/stop_find_action.h', 95 'public/common/stop_find_action.h',
96 'public/common/three_d_api_types.h', 96 'public/common/three_d_api_types.h',
97 'public/common/top_controls_state.h',
98 'public/common/top_controls_state_list.h',
97 'public/common/url_constants.cc', 99 'public/common/url_constants.cc',
98 'public/common/url_constants.h', 100 'public/common/url_constants.h',
99 'public/common/url_fetcher.h', 101 'public/common/url_fetcher.h',
100 'public/common/url_utils.cc', 102 'public/common/url_utils.cc',
101 'public/common/url_utils.h', 103 'public/common/url_utils.h',
102 'public/common/zygote_fork_delegate_linux.h', 104 'public/common/zygote_fork_delegate_linux.h',
103 'common/accessibility_messages.h', 105 'common/accessibility_messages.h',
104 'common/accessibility_node_data.cc', 106 'common/accessibility_node_data.cc',
105 'common/accessibility_node_data.h', 107 'common/accessibility_node_data.h',
106 'common/all_messages.h', 108 'common/all_messages.h',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 575 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
574 '<(output)', 576 '<(output)',
575 '<(PRODUCT_DIR)', 577 '<(PRODUCT_DIR)',
576 ], 578 ],
577 'msvs_cygwin_shell': 1, 579 'msvs_cygwin_shell': 1,
578 }, 580 },
579 ] 581 ]
580 }], 582 }],
581 ], 583 ],
582 } 584 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/public/android/java/src/org/chromium/content/common/TopControlsState.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698