| 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 4338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4349 'browser/ui/gtk/one_click_signin_bubble_gtk.h', | 4349 'browser/ui/gtk/one_click_signin_bubble_gtk.h', |
| 4350 'browser/ui/sync/one_click_signin_helper.cc', | 4350 'browser/ui/sync/one_click_signin_helper.cc', |
| 4351 'browser/ui/sync/one_click_signin_helper.h', | 4351 'browser/ui/sync/one_click_signin_helper.h', |
| 4352 'browser/ui/sync/one_click_signin_histogram.h', | 4352 'browser/ui/sync/one_click_signin_histogram.h', |
| 4353 'browser/ui/sync/one_click_signin_sync_starter.cc', | 4353 'browser/ui/sync/one_click_signin_sync_starter.cc', |
| 4354 'browser/ui/sync/one_click_signin_sync_starter.h', | 4354 'browser/ui/sync/one_click_signin_sync_starter.h', |
| 4355 'browser/ui/views/sync/one_click_signin_bubble_view.cc', | 4355 'browser/ui/views/sync/one_click_signin_bubble_view.cc', |
| 4356 'browser/ui/views/sync/one_click_signin_bubble_view.h', | 4356 'browser/ui/views/sync/one_click_signin_bubble_view.h', |
| 4357 ] | 4357 ] |
| 4358 }], | 4358 }], |
| 4359 ['enable_promo_resource_service==0', { | |
| 4360 'sources/': [ | |
| 4361 ['exclude', '^browser/web_resource/promo_resource_service'], | |
| 4362 ], | |
| 4363 }], | |
| 4364 ['enable_task_manager==0', { | 4359 ['enable_task_manager==0', { |
| 4365 'sources/': [ | 4360 'sources/': [ |
| 4366 ['exclude', '^browser/task_manager/'], | 4361 ['exclude', '^browser/task_manager/'], |
| 4367 ['exclude', '^browser/ui/webui/task_manager/'], | 4362 ['exclude', '^browser/ui/webui/task_manager/'], |
| 4368 ['exclude', '^browser/ui/views/task_manager_view.cc'], | 4363 ['exclude', '^browser/ui/views/task_manager_view.cc'], |
| 4369 ['exclude', '^browser/ui/views/task_manager_view.h'], | 4364 ['exclude', '^browser/ui/views/task_manager_view.h'], |
| 4370 ['exclude', '^browser/ui/cocoa/task_manager_mac.h'], | 4365 ['exclude', '^browser/ui/cocoa/task_manager_mac.h'], |
| 4371 ['exclude', '^browser/ui/cocoa/task_manager_mac.mm'], | 4366 ['exclude', '^browser/ui/cocoa/task_manager_mac.mm'], |
| 4372 ['exclude', '^browser/ui/gtk/task_manager_gtk.cc'], | 4367 ['exclude', '^browser/ui/gtk/task_manager_gtk.cc'], |
| 4373 ['exclude', '^browser/ui/gtk/task_manager_gtk.h'], | 4368 ['exclude', '^browser/ui/gtk/task_manager_gtk.h'], |
| (...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5414 'browser/metrics/proto/study.proto', | 5409 'browser/metrics/proto/study.proto', |
| 5415 ], | 5410 ], |
| 5416 'variables': { | 5411 'variables': { |
| 5417 'proto_in_dir': 'browser/metrics/proto', | 5412 'proto_in_dir': 'browser/metrics/proto', |
| 5418 'proto_out_dir': 'chrome/browser/metrics/proto', | 5413 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5419 }, | 5414 }, |
| 5420 'includes': [ '../build/protoc.gypi' ] | 5415 'includes': [ '../build/protoc.gypi' ] |
| 5421 }, | 5416 }, |
| 5422 ], | 5417 ], |
| 5423 } | 5418 } |
| OLD | NEW |