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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8100003: Smooth scrolling build cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 2 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 5020 matching lines...) Expand 10 before | Expand all | Expand 10 after
5031 ['exclude', '^browser/ui/gtk/dialogs_kde.cc'], 5031 ['exclude', '^browser/ui/gtk/dialogs_kde.cc'],
5032 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 5032 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
5033 ['include', '^browser/ui/views/file_manager_dialog.cc'], 5033 ['include', '^browser/ui/views/file_manager_dialog.cc'],
5034 ['include', '^browser/ui/views/file_manager_dialog.h'], 5034 ['include', '^browser/ui/views/file_manager_dialog.h'],
5035 ]}, { 5035 ]}, {
5036 'sources/': [ 5036 'sources/': [
5037 ['exclude', '^browser/ui/views/file_manager_dialog.cc'], 5037 ['exclude', '^browser/ui/views/file_manager_dialog.cc'],
5038 ['exclude', '^browser/ui/views/file_manager_dialog.h'], 5038 ['exclude', '^browser/ui/views/file_manager_dialog.h'],
5039 ]} 5039 ]}
5040 ], 5040 ],
5041 ['enable_smooth_scrolling==1', {
5042 'defines': [
5043 'ENABLE_SMOOTH_SCROLLING',
5044 ],
5045 }],
5046 ], 5041 ],
5047 }, 5042 },
5048 { 5043 {
5049 # Protobuf compiler / generate rule for feedback 5044 # Protobuf compiler / generate rule for feedback
5050 'target_name': 'userfeedback_proto', 5045 'target_name': 'userfeedback_proto',
5051 'type': 'static_library', 5046 'type': 'static_library',
5052 'sources': [ 5047 'sources': [
5053 'browser/userfeedback/proto/annotations.proto', 5048 'browser/userfeedback/proto/annotations.proto',
5054 'browser/userfeedback/proto/chrome.proto', 5049 'browser/userfeedback/proto/chrome.proto',
5055 'browser/userfeedback/proto/common.proto', 5050 'browser/userfeedback/proto/common.proto',
(...skipping 27 matching lines...) Expand all
5083 'type': 'static_library', 5078 'type': 'static_library',
5084 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5079 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5085 'variables': { 5080 'variables': {
5086 'proto_in_dir': 'browser/history', 5081 'proto_in_dir': 'browser/history',
5087 'proto_out_dir': 'chrome/browser/history', 5082 'proto_out_dir': 'chrome/browser/history',
5088 }, 5083 },
5089 'includes': [ '../build/protoc.gypi' ] 5084 'includes': [ '../build/protoc.gypi' ]
5090 }, 5085 },
5091 ], 5086 ],
5092 } 5087 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698