| 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 4440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4451 ['file_manager_extension==1', { | 4451 ['file_manager_extension==1', { |
| 4452 'sources/': [ | 4452 'sources/': [ |
| 4453 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], | 4453 ['exclude', '^browser/ui/gtk/dialogs_gtk.cc'], |
| 4454 ['exclude', '^browser/ui/views/select_file_dialog.cc'], | 4454 ['exclude', '^browser/ui/views/select_file_dialog.cc'], |
| 4455 ['include', '^browser/ui/views/file_manager_dialogs.cc'], | 4455 ['include', '^browser/ui/views/file_manager_dialogs.cc'], |
| 4456 ]}, { | 4456 ]}, { |
| 4457 'sources/': [ | 4457 'sources/': [ |
| 4458 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'], | 4458 ['exclude', '^browser/ui/views/file_manager_dialogs.cc'], |
| 4459 ]} | 4459 ]} |
| 4460 ], | 4460 ], |
| 4461 ['OS=="linux" and enable_smooth_scrolling==1', { |
| 4462 'defines': [ |
| 4463 'ENABLE_SMOOTH_SCROLLING', |
| 4464 ], |
| 4465 }], |
| 4461 ], | 4466 ], |
| 4462 }, | 4467 }, |
| 4463 { | 4468 { |
| 4464 # Protobuf compiler / generate rule for feedback | 4469 # Protobuf compiler / generate rule for feedback |
| 4465 'target_name': 'userfeedback_proto', | 4470 'target_name': 'userfeedback_proto', |
| 4466 'type': 'none', | 4471 'type': 'none', |
| 4467 'sources': [ | 4472 'sources': [ |
| 4468 'browser/userfeedback/proto/annotations.proto', | 4473 'browser/userfeedback/proto/annotations.proto', |
| 4469 'browser/userfeedback/proto/chrome.proto', | 4474 'browser/userfeedback/proto/chrome.proto', |
| 4470 'browser/userfeedback/proto/common.proto', | 4475 'browser/userfeedback/proto/common.proto', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4622 'hard_dependency': 1, | 4627 'hard_dependency': 1, |
| 4623 }, | 4628 }, |
| 4624 ], | 4629 ], |
| 4625 } | 4630 } |
| 4626 | 4631 |
| 4627 # Local Variables: | 4632 # Local Variables: |
| 4628 # tab-width:2 | 4633 # tab-width:2 |
| 4629 # indent-tabs-mode:nil | 4634 # indent-tabs-mode:nil |
| 4630 # End: | 4635 # End: |
| 4631 # vim: set expandtab tabstop=2 shiftwidth=2: | 4636 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |