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

Side by Side Diff: chrome/chrome.gyp

Issue 194110: Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'browser/browser_theme_provider.h', 827 'browser/browser_theme_provider.h',
828 'browser/browser_trial.cc', 828 'browser/browser_trial.cc',
829 'browser/browser_trial.h', 829 'browser/browser_trial.h',
830 'browser/browser_url_handler.cc', 830 'browser/browser_url_handler.cc',
831 'browser/browser_url_handler.h', 831 'browser/browser_url_handler.h',
832 'browser/browser_window.h', 832 'browser/browser_window.h',
833 'browser/browsing_data_remover.cc', 833 'browser/browsing_data_remover.cc',
834 'browser/browsing_data_remover.h', 834 'browser/browsing_data_remover.h',
835 'browser/browsing_instance.cc', 835 'browser/browsing_instance.cc',
836 'browser/browsing_instance.h', 836 'browser/browsing_instance.h',
837 'browser/bubble_positioner.h',
837 'browser/cancelable_request.cc', 838 'browser/cancelable_request.cc',
838 'browser/cancelable_request.h', 839 'browser/cancelable_request.h',
839 'browser/cert_store.cc', 840 'browser/cert_store.cc',
840 'browser/cert_store.h', 841 'browser/cert_store.h',
841 'browser/character_encoding.cc', 842 'browser/character_encoding.cc',
842 'browser/character_encoding.h', 843 'browser/character_encoding.h',
843 'browser/child_process_security_policy.cc', 844 'browser/child_process_security_policy.cc',
844 'browser/child_process_security_policy.h', 845 'browser/child_process_security_policy.h',
845 'browser/chrome_plugin_browsing_context.cc', 846 'browser/chrome_plugin_browsing_context.cc',
846 'browser/chrome_plugin_browsing_context.h', 847 'browser/chrome_plugin_browsing_context.h',
(...skipping 5269 matching lines...) Expand 10 before | Expand all | Expand 10 after
6116 # Use outputs of this action as inputs for the main target build. 6117 # Use outputs of this action as inputs for the main target build.
6117 # Seems as a misnomer but makes this happy on Linux (scons). 6118 # Seems as a misnomer but makes this happy on Linux (scons).
6118 'process_outputs_as_sources': 1, 6119 'process_outputs_as_sources': 1,
6119 }, 6120 },
6120 ], # 'actions' 6121 ], # 'actions'
6121 }, 6122 },
6122 ] 6123 ]
6123 }], 6124 }],
6124 ], # 'conditions' 6125 ], # 'conditions'
6125 } 6126 }
OLDNEW
« chrome/browser/bubble_positioner.h ('K') | « chrome/browser/views/toolbar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698