| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 4486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4497 }], | 4497 }], |
| 4498 ['use_gnome_keyring==1', { | 4498 ['use_gnome_keyring==1', { |
| 4499 'dependencies': [ | 4499 'dependencies': [ |
| 4500 '../build/linux/system.gyp:gnome_keyring', | 4500 '../build/linux/system.gyp:gnome_keyring', |
| 4501 ], | 4501 ], |
| 4502 }], | 4502 }], |
| 4503 ], | 4503 ], |
| 4504 }], | 4504 }], |
| 4505 ['input_speech==0', { | 4505 ['input_speech==0', { |
| 4506 'sources/': [ | 4506 'sources/': [ |
| 4507 ['exclude', '^browser/speech/'], | 4507 ['exclude', '^browser/speech/*speech_recognition*'], |
| 4508 ['exclude', '^browser/speech/*speech_input*'], |
| 4508 ], | 4509 ], |
| 4509 }], | 4510 }], |
| 4510 ['notifications==0', { | 4511 ['notifications==0', { |
| 4511 'sources/': [ | 4512 'sources/': [ |
| 4512 ['exclude', '^browser/notifications/'], | 4513 ['exclude', '^browser/notifications/'], |
| 4513 ], | 4514 ], |
| 4514 }], | 4515 }], |
| 4515 ['enable_themes==0', { | 4516 ['enable_themes==0', { |
| 4516 'sources!': [ | 4517 'sources!': [ |
| 4517 'browser/sync/glue/theme_change_processor.cc', | 4518 'browser/sync/glue/theme_change_processor.cc', |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5089 'browser/metrics/proto/study.proto', | 5090 'browser/metrics/proto/study.proto', |
| 5090 ], | 5091 ], |
| 5091 'variables': { | 5092 'variables': { |
| 5092 'proto_in_dir': 'browser/metrics/proto', | 5093 'proto_in_dir': 'browser/metrics/proto', |
| 5093 'proto_out_dir': 'chrome/browser/metrics/proto', | 5094 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5094 }, | 5095 }, |
| 5095 'includes': [ '../build/protoc.gypi' ] | 5096 'includes': [ '../build/protoc.gypi' ] |
| 5096 }, | 5097 }, |
| 5097 ], | 5098 ], |
| 5098 } | 5099 } |
| OLD | NEW |