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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 6 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) 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 4494 matching lines...) Expand 10 before | Expand all | Expand 10 after
4505 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], 4505 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'],
4506 ['exclude', '^browser/ui/views/select_file_dialog.cc'], 4506 ['exclude', '^browser/ui/views/select_file_dialog.cc'],
4507 ['include', '^browser/ui/views/file_manager_dialog.cc'], 4507 ['include', '^browser/ui/views/file_manager_dialog.cc'],
4508 ['include', '^browser/ui/views/file_manager_dialog.h'], 4508 ['include', '^browser/ui/views/file_manager_dialog.h'],
4509 ]}, { 4509 ]}, {
4510 'sources/': [ 4510 'sources/': [
4511 ['exclude', '^browser/ui/views/file_manager_dialog.cc'], 4511 ['exclude', '^browser/ui/views/file_manager_dialog.cc'],
4512 ['exclude', '^browser/ui/views/file_manager_dialog.h'], 4512 ['exclude', '^browser/ui/views/file_manager_dialog.h'],
4513 ]} 4513 ]}
4514 ], 4514 ],
4515 ['enable_smooth_scrolling==1', {
4516 'defines': [
4517 'ENABLE_SMOOTH_SCROLLING',
4518 ],
4519 }],
4515 ], 4520 ],
4516 }, 4521 },
4517 { 4522 {
4518 # Protobuf compiler / generate rule for feedback 4523 # Protobuf compiler / generate rule for feedback
4519 'target_name': 'userfeedback_proto', 4524 'target_name': 'userfeedback_proto',
4520 'type': 'none', 4525 'type': 'none',
4521 'sources': [ 4526 'sources': [
4522 'browser/userfeedback/proto/annotations.proto', 4527 'browser/userfeedback/proto/annotations.proto',
4523 'browser/userfeedback/proto/chrome.proto', 4528 'browser/userfeedback/proto/chrome.proto',
4524 'browser/userfeedback/proto/common.proto', 4529 'browser/userfeedback/proto/common.proto',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
4676 'hard_dependency': 1, 4681 'hard_dependency': 1,
4677 }, 4682 },
4678 ], 4683 ],
4679 } 4684 }
4680 4685
4681 # Local Variables: 4686 # Local Variables:
4682 # tab-width:2 4687 # tab-width:2
4683 # indent-tabs-mode:nil 4688 # indent-tabs-mode:nil
4684 # End: 4689 # End:
4685 # vim: set expandtab tabstop=2 shiftwidth=2: 4690 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698