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

Side by Side Diff: chrome/chrome.gyp

Issue 343018: Changes ui proxy classes to use Browser::Types rather than copying... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 3905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3916 '../testing/gmock.gyp:gmock', 3916 '../testing/gmock.gyp:gmock',
3917 '../testing/gtest.gyp:gtest', 3917 '../testing/gtest.gyp:gtest',
3918 ], 3918 ],
3919 'export_dependent_settings': [ 3919 'export_dependent_settings': [
3920 'renderer', 3920 'renderer',
3921 ], 3921 ],
3922 'include_dirs': [ 3922 'include_dirs': [
3923 '..', 3923 '..',
3924 ], 3924 ],
3925 'sources': [ 3925 'sources': [
3926 # The only thing used from browser is Browser::Type.
3927 'browser/browser.h',
3926 # TODO: these should live here but are currently used by 3928 # TODO: these should live here but are currently used by
3927 # production code code in libbrowser (above). 3929 # production code code in libbrowser (above).
3928 #'browser/net/url_request_mock_http_job.cc', 3930 #'browser/net/url_request_mock_http_job.cc',
3929 #'browser/net/url_request_mock_http_job.h', 3931 #'browser/net/url_request_mock_http_job.h',
3930 'browser/net/url_request_mock_net_error_job.cc', 3932 'browser/net/url_request_mock_net_error_job.cc',
3931 'browser/net/url_request_mock_net_error_job.h', 3933 'browser/net/url_request_mock_net_error_job.h',
3932 'browser/renderer_host/mock_render_process_host.cc', 3934 'browser/renderer_host/mock_render_process_host.cc',
3933 'browser/renderer_host/mock_render_process_host.h', 3935 'browser/renderer_host/mock_render_process_host.h',
3934 'browser/renderer_host/test/test_render_view_host.cc', 3936 'browser/renderer_host/test/test_render_view_host.cc',
3935 'browser/renderer_host/test/test_render_view_host.h', 3937 'browser/renderer_host/test/test_render_view_host.h',
(...skipping 3009 matching lines...) Expand 10 before | Expand all | Expand 10 after
6945 ] 6947 ]
6946 }], 6948 }],
6947 ], # 'conditions' 6949 ], # 'conditions'
6948 } 6950 }
6949 6951
6950 # Local Variables: 6952 # Local Variables:
6951 # tab-width:2 6953 # tab-width:2
6952 # indent-tabs-mode:nil 6954 # indent-tabs-mode:nil
6953 # End: 6955 # End:
6954 # vim: set expandtab tabstop=2 shiftwidth=2: 6956 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_restore_uitest.cc ('k') | chrome/test/automated_ui_tests/automated_ui_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698