| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |