| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 'window/custom_frame_view.cc', | 225 'window/custom_frame_view.cc', |
| 226 'window/custom_frame_view.h', | 226 'window/custom_frame_view.h', |
| 227 'window/dialog_client_view.cc', | 227 'window/dialog_client_view.cc', |
| 228 'window/dialog_client_view.h', | 228 'window/dialog_client_view.h', |
| 229 'window/dialog_delegate.cc', | 229 'window/dialog_delegate.cc', |
| 230 'window/dialog_delegate.h', | 230 'window/dialog_delegate.h', |
| 231 'window/native_frame_view.cc', | 231 'window/native_frame_view.cc', |
| 232 'window/native_frame_view.h', | 232 'window/native_frame_view.h', |
| 233 'window/non_client_view.cc', | 233 'window/non_client_view.cc', |
| 234 'window/non_client_view.h', | 234 'window/non_client_view.h', |
| 235 'window/window.cc', |
| 235 'window/window.h', | 236 'window/window.h', |
| 236 'window/window_delegate.h', | 237 'window/window_delegate.h', |
| 237 'window/window_delegate.cc', | 238 'window/window_delegate.cc', |
| 238 'window/window_resources.h', | 239 'window/window_resources.h', |
| 239 'window/window_gtk.cc', | 240 'window/window_gtk.cc', |
| 240 'window/window_gtk.h', | 241 'window/window_gtk.h', |
| 241 'window/window_win.cc', | 242 'window/window_win.cc', |
| 242 'window/window_win.h', | 243 'window/window_win.h', |
| 243 ], | 244 ], |
| 244 'include_dirs': [ | 245 'include_dirs': [ |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 ], | 292 ], |
| 292 'include_dirs': [ | 293 'include_dirs': [ |
| 293 # TODO(beng): move wtl to src/third_party | 294 # TODO(beng): move wtl to src/third_party |
| 294 '../chrome/third_party/wtl/include', | 295 '../chrome/third_party/wtl/include', |
| 295 ], | 296 ], |
| 296 }], | 297 }], |
| 297 ], | 298 ], |
| 298 }, | 299 }, |
| 299 ], | 300 ], |
| 300 } | 301 } |
| OLD | NEW |